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.