Why not adopt me?
NAME
Net::Async::Webservice::DHL::Exception - exception classes for DHL
VERSION
version 1.2.2
DESCRIPTION
These classes are based on Throwable and StackTrace::Auto. The "as_string" method should return something readable, with a full stack trace. Their base class is Net::Async::Webservice::Common::Exception.
Classes
Net::Async::Webservice::DHL::Exception::ConfigError
exception thrown when the configuration file can't be parsed
Attributes
file
The name of the configuration file.
Methods
as_string
Mentions the file name, and gives the stack trace.
Net::Async::Webservice::DHL::Exception::DHLError
exception thrown when DHL signals an error
Attributes
error
The error data structure extracted from the DHL response.
Methods
as_string
Mentions the description and code of the error, plus the stack trace.
AUTHOR
Gianni Ceccarelli <dakkar@thenautilus.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Net-a-porter.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.