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

NAME

Test::Able::FatalException - Fatal Exception Class

SYNOPSIS

 Test::Able::FatalException->throw->( 'get me outta here - for real!' );

DESCRIPTION

Test::Able has special exception handling for the test-related methods.

This exception class is a means for breaking out of Test::Able's exception smothering.

See "on_method_exception" in Test::Able::Role::Meta::Class and "method_exceptions" in Test::Able::Role::Meta::Class for details.

ATTRIBUTES

message

The text of the exception.

METHODS

BUILDARGS

Standard Moose BUILDARGS method to allow single parameter construction.

throw

Main method used to construct and throw an exception object.

AUTHOR

Justin DeVuyst, justin@devuyst.com

COPYRIGHT AND LICENSE

Copyright 2009 by Justin DeVuyst.

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.