The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Valiant::Exception - Base exceptions class;

SYNOPSIS

    # Nothing for end users here

DESCRIPTION

I just copied this from Moose::Exception since I trust the authors. You shouldn't really use this unless you add doing Valiant extensions and need to create a new exception type.

You won't use any of this unless you are doing Valiant extensions or validators.

ATTRIBUTES

trace

Full stack trace if you need it

message

The actual exception message

METHODS

This class does the following methods

as_string

Exception stringy-fied. Used as an overloading target.

SEE ALSO

Valiant

AUTHOR

See Valiant

COPYRIGHT & LICENSE

See Valiant