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

NAME

Error::Tiny::Exception - Base exception

SYNOPSIS

    use Error::Tiny::Exception;

    Error::Tiny::Exception->throw('my error');

DESCRIPTION

Error::Tiny::Exception is a base exception for Error::Tiny.

METHODS

throw

Throw exception.

rethrow

Rethrow exception.

message

Exception message.

file

Exception file.

line

Exception line.