NAME

Mojo::Loader::Exception - Loader Exception

SYNOPSIS

use Mojo::Loader::Exception;
my $e = Mojo::Loader::Exception->new('Oops!');

DESCRIPTION

Mojo::Loader::Exception is a container for loader exceptions.

ATTRIBUTES

Mojo::Loader::Exception inherits all methods from Mojo::Template::Exception.

METHODS

Mojo::Loader::Exception inherits all methods from Mojo::Template::Exception and implements the following new ones.

new

my $e = Mojo::Loader::Exception->new('Oops!');