NAME
PayProp::API::Public::Client::Exception::Authorization - Authorization exception.
SYNOPSIS
my $Exception = PayProp::API::Public::Client::Exception::Authorization->throw(
status_code => 500,
errors => [
code => 'client_credentials',
message => 'Bad client credentials',
],
);
DESCRIPTION
Throw PayProp::API::Public::Client::Exception::Authorization
exception.
AUTHOR
Yanga Kandeni <yangak@cpan.org>
Valters Skrupskis <malishew@cpan.org>
COPYRIGHT
Copyright 2023- PayProp
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
If you would like to contribute documentation or file a bug report then please raise an issue / pull request: