Man Page: mason::exceptions
Operating Environment: debian
Section: 3pm
Mason::Exceptions(3pm) User Contributed Perl Documentation Mason::Exceptions(3pm)NAMEMason::Exceptions - Exception objects thrown by MasonDESCRIPTIONThis module creates the exception classes used by Mason. Mason only throws exception objects to communicate something specific to code catching the exception; otherwise it is content to die with a string.EXCEPTIONSMason::Exception::Abort The "$m->abort" method was called. Exceptions in this class contain the field "aborted_value". Mason::Exception::TopLevelNotFound The requested top level component passed to exec() could not be found. In a web environment, this could be used to determine that a 404 should be returned.SEE ALSOMasonAUTHORJonathan Swartz <swartz@pobox.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2011 by Jonathan Swartz. 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.14.2 2012-05-02 Mason::Exceptions(3pm)
| Related Man Pages |
|---|
| mason(3pm) - debian |
| html::mason::exceptions(3pm) - debian |
| mason::manual::intro(3pm) - debian |
| mason::plugin::defer(3pm) - debian |
| mason::plugin::dollardot(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Detecting unused variables... |
| My first PERL incarnation... Audio Oscillograph |