The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Helix::Driver::User::Exceptions - Helix Framework user driver exceptions.

SYNOPSIS

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

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

DESCRIPTION

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

EXCEPTIONS

Error::Driver::User

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

SEE ALSO

Helix, Helix::Driver::Exceptions, Helix::Core::Exception, Helix::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