Alzabo::Exceptions - Creates all exception subclasses used in Alzabo.


NAME

Alzabo::Exceptions - Creates all exception subclasses used in Alzabo.


SYNOPSIS

  use Alzabo::Exceptions;


DESCRIPTION

Using this class creates all the exceptions classes used by Alzabo (via the Exception::Class class). If the environment variable 'ALZABO_DEBUG' is true, then it will turn on stacktrace generation for all the exception classes.

See Exception::Class for more information on how this is done.


EXCEPTION CLASSES


AUTHOR

Dave Rolsky, <autarch@urth.org>

 Alzabo::Exceptions - Creates all exception subclasses used in Alzabo.