The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

    if ($e eq "DriverError")
    {
        print "Driver error occured!";
    }
    else
    {
        $e->rethrow();
    }

DESCRIPTION

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

EXCEPTIONS

DriverError

Base driver exception. All other driver exceptions subclass it.

SEE ALSO

Eidolon, Eidolon::Core::Exception, Eidolon::Core::Exception::Builder

LICENSE

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

AUTHOR

Anton Belousov, <abel@cpan.org>

COPYRIGHT

Copyright (c) 2009, Atma 7, http://www.atma7.com