Articulate
view release on metacpan or search on metacpan
lib/Articulate/Error.pm view on Meta::CPAN
potentially sensitive diagnostic information.
=head3 http_code
The equivalent status code.
Defaults to 500, always an integer.
=head3 caller
Tries to take a sensible guess at where in your code this was actually
thrown from. This may vary, don't rely on it!
=cut
has simple_message => (
is => 'rw',
default => sub { 'An unknown error has occurred' },
);
has http_code => (
( run in 3.478 seconds using v1.01-cache-2.11-cpan-702932259ff )