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

BZ::Client::Exception

VERSION

version 1.062_1

SYNOPSIS

  my $exception = BZ::Client::Exception->new(message => $message,
                                             http_code => $httpCode,
                                             xmlrpc_code => $xmlrpcCode);

  BZ::Client::Exception->throw(message => $message,
                               http_code => $httpCode,
                               xmlrpc_code => $xmlrpcCode);

NAME

  BZ::Client::Exception - Exception class, which is thrown by
      BZ::Client in case of errors.

VERSION

version 1.062_1

BZ::Client does not return error codes or do similar stuff. Instead, it throws instances of BZ::Client::Exception.

SEE ALSO

  L<BZ::Client>

AUTHOR

Dean Hamstead <dean@bytefoundry.com.au>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Dean Hamstad.

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