1Test::Able::FatalExceptUisoenr(3C)ontributed Perl DocumeTnetsatt:i:oAnble::FatalException(3)
2
3
4
6 Test::Able::FatalException - Fatal Exception Class
7
9 Test::Able::FatalException->throw->( 'get me outta here - for real!' );
10
12 Test::Able has special exception handling for the test-related methods.
13
14 This exception class is a means for breaking out of Test::Able's
15 exception smothering.
16
17 See "on_method_exception" in Test::Able::Role::Meta::Class and
18 "method_exceptions" in Test::Able::Role::Meta::Class for details.
19
21 message
22 The text of the exception.
23
25 BUILDARGS
26 Standard Moose BUILDARGS method to allow single parameter
27 construction.
28
29 throw
30 Main method used to construct and throw an exception object.
31
33 Justin DeVuyst, "justin@devuyst.com"
34
36 Copyright 2009 by Justin DeVuyst.
37
38 This library is free software, you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41
42
43perl v5.32.1 2021-01-27 Test::Able::FatalException(3)