aboutsummaryrefslogtreecommitdiff
path: root/.config/rakumod/templates/kinds/exception.raku
blob: 32a607ff4b7a4e86a3fec1cdfb347496d8295950 (plain)
1
2
3
4
5
6
unit class {{ this.provide }} is Exception;

method  message (
	{{{ '-->' }}} Str
) {
}