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

NAME

Helios::Error::ObjectDriveError - exception class for Helios indicating an object driver error occurred

SYNOPSIS

 use Helios::Error::ObjectDriverError;
 Helios::Error::ObjectDriverError->throw("An ObjectDriver error!");

DESCRIPTION

When the Helios::ObjectDriver class encounters a problem, it will throw a ObjectDriverError exception.

SEE ALSO

Helios::ObjectDriver, Helios::Error, Helios::Error::BaseError, Error

AUTHOR

Andrew Johnson, <lajandy at cpan dotorg>

COPYRIGHT AND LICENSE

Copyright (C) 2013-4 by Logical Helion, LLC.

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.