Moose::Error::Default - L<Carp> based error generation for Moose.



NAME

Moose::Error::Default - Carp based error generation for Moose.


DESCRIPTION

This class implements Carp based error generation.

The default behavior is like the Moose::Error::Confess manpage.


METHODS

new @args

Create a new error. Delegates to create_error_confess.

create_error_confess @args
create_error_croak @args

Creates a new errors string of the specified style.

 Moose::Error::Default - L<Carp> based error generation for Moose.