Eidolon::Driver::User::Exceptions - Eidolon user driver exceptions.


Eidolon documentation  | view source Contained in the Eidolon distribution.

Index


NAME

Top

Eidolon::Driver::User::Exceptions - Eidolon user driver exceptions.

SYNOPSIS

Top

In error handler of your application (lib/Example/Error.pm) you could write:

    if ($e eq "Error::Driver::User")
    {
        print "User driver failed!";
    }
    else
    {
        $e->rethrow();
    }

DESCRIPTION

Top

The Eidolon::Driver::User::Exceptions package creates user driver exceptions that are used by all user drivers.

EXCEPTIONS

Top

Error::Driver::User

Base user driver exception. All other user driver exceptions subclass it.

SEE ALSO

Top

Eidolon, Eidolon::Driver::Exceptions, Eidolon::Core::Exception, Eidolon::Core::Exception::Builder

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Top

Anton Belousov, <abel@cpan.org>

COPYRIGHT

Top


Eidolon documentation  | view source Contained in the Eidolon distribution.