Merge branch 'master' into exception_interface
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Exception / Interface.pm
CommitLineData
ede5238f 1package Catalyst::Exception::Interface;
2
3use Moose::Role;
4use namespace::autoclean;
5
6requires qw/as_string throw rethrow/;
7
81;