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

NAME

Helios::Error - a convenience class to import all Helios::Error exception classes

SYNOPSIS

        use Helios::Error;

DESCRIPTION

Use the above single line in your code instead of:

        use Helios::Error::BaseError;
        use Helios::Error::Warning;
        use Helios::Error::Fatal;
        use Helios::Error::FatalNoRetry;
        use Helios::Error::DatabaseError;
        use Helios::Error::InvalidArg;
        use Helios::Error::LoggingError;

That way all the base Helios exceptions can be loaded by one line.

SEE ALSO

Helios::Error::Fatal, Helios::Error::Warning, Error, Error::Simple

AUTHOR

Andrew Johnson, <ajohnson@ittoolbox.com>

COPYRIGHT AND LICENSE

Copyright (C) 2007-8 by CEB Toolbox, Inc.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.0 or, at your option, any later version of Perl 5 you may have available.

WARRANTY

This software comes with no warranty of any kind.