mojave man page for moose::exception

Query: moose::exception

OS: mojave

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Moose::Exception(3)					User Contributed Perl Documentation				       Moose::Exception(3)

NAME
Moose::Exception - Superclass of all Moose exceptions
VERSION
version 2.1202
DESCRIPTION
This class contains attributes which are common to all Moose exceptions classes.
ATTRIBUTES
$exception->trace This attribute contains the stack trace for the given exception. It is read-only and isa Devel::StackTrace. It is lazy & dependent on $exception->message. $exception->message This attribute contains the exception message. It is read-only and isa Str. It is lazy and has a default value 'Error'. Every subclass of Moose::Exception is expected to override _build_message method.
SEE ALSO
o Moose::Manual::Exceptions
AUTHORS
o Stevan Little <stevan.little@iinteractive.com> o Dave Rolsky <autarch@urth.org> o Jesse Luehrs <doy@tozt.net> o Shawn M Moore <code@sartak.org> o XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org> o Karen Etheridge <ether@cpan.org> o Florian Ragwitz <rafl@debian.org> o Hans Dieter Pearcey <hdp@weftsoar.net> o Chris Prather <chris@prather.org> o Matt S Trout <mst@shadowcat.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2006 by Infinity Interactive, Inc.. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2014-01-19 Moose::Exception(3)
Related Man Pages
moose::meta::method::accessor(3) - mojave
moose::meta::method::constructor(3) - mojave
moose::deprecated5.18(3) - mojave
moose::meta::method::constructor5.18(3) - mojave
moose::meta::method(3) - mojave
Similar Topics in the Unix Linux Community
Gilead: Release 1.2.2
C++ Exception class missing?