
Fey::Exceptions - Defines exceptions used in the core Fey classes

version 0.40

use Fey::Exceptions qw( param_error );

This module defines the exceptions which are used by the core Fey classes.

Loading this module defines the exception classes using Exception::Class. This module also exports subroutines which can be used as a shorthand to throw a specific type of exception.
This is the base class for other exception classes, and should not be used directly.
This exception indicates that the object is in a state that means it cannot execute a certain method.
This exception indicates that there was a problem with the parameters passed to a method.
This exception indicates that a virtual method was not overridden in the subclass on which it was called.

See Fey for details on how to report bugs.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2011 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)