
Test::Able::FatalException - Fatal Exception Class

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

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.

The text of the exception.

Standard Moose BUILDARGS method to allow single parameter construction.
Main method used to construct and throw an exception object.

Justin DeVuyst, justin@devuyst.com

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.