aboutsummaryrefslogtreecommitdiff
path: root/.config/rakumod/templates/kinds/exception.raku
diff options
context:
space:
mode:
Diffstat (limited to '.config/rakumod/templates/kinds/exception.raku')
-rw-r--r--.config/rakumod/templates/kinds/exception.raku6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/rakumod/templates/kinds/exception.raku b/.config/rakumod/templates/kinds/exception.raku
new file mode 100644
index 0000000..32a607f
--- /dev/null
+++ b/.config/rakumod/templates/kinds/exception.raku
@@ -0,0 +1,6 @@
+unit class {{ this.provide }} is Exception;
+
+method message (
+ {{{ '-->' }}} Str
+) {
+}