From 48508c1d2e18b2bc2e6d75697b46189b0bafc98d Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 17 Jul 2020 11:31:13 +0200 Subject: Rename rdm configs to rakumod configs --- .config/rakumod/templates/kinds/exception.raku | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/rakumod/templates/kinds/exception.raku (limited to '.config/rakumod/templates/kinds/exception.raku') 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 +) { +} -- cgit v1.1