NAME
Ambrosia::error::Exception::Error - a base class for Exceptions.
VERSION
version 0.010
DESCRIPTION
Ambrosia::error::Exception::Error is a base class for Exceptions. See L<Ambrosia::error::Exceptions>.
CONSTRUCTOR
throw ($message1, $message2, ...)
The constructor that generate exception.
METHODS
message
Returns message about an exception.
stack
Return a stack of calls.
as_string
Returns this exception as string.
frames
Returns pointer to list of calls.
code
Returns an error code.
THREADS
Not tested.
BUGS
Please report bugs relevant to Ambrosia
to <knm[at]cpan.org>.
COPYRIGHT AND LICENSE
Copyright (C) 2010-2012 Nickolay Kuritsyn. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Nikolay Kuritsyn (knm[at]cpan.org)