logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mason::Exceptions - Exception objects thrown by Mason

Author

       Jonathan Swartz <swartz@pobox.com>

Description

       This 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.

Exceptions

       Mason::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.

Name

       Mason::Exceptions - Exception objects thrown by Mason

See Also

       Mason

See Also