X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FException%2FInterface.pm;fp=lib%2FCatalyst%2FException%2FInterface.pm;h=1bd603a88124f0758296b61b8f9e5c4fc990f43c;hp=0000000000000000000000000000000000000000;hb=ede5238fd84cf5c03515d8b51792613a61c78f60;hpb=4ffa3785756fc4df4b834f936f1f3acfcf7116f0 diff --git a/lib/Catalyst/Exception/Interface.pm b/lib/Catalyst/Exception/Interface.pm new file mode 100644 index 0000000..1bd603a --- /dev/null +++ b/lib/Catalyst/Exception/Interface.pm @@ -0,0 +1,8 @@ +package Catalyst::Exception::Interface; + +use Moose::Role; +use namespace::autoclean; + +requires qw/as_string throw rethrow/; + +1;