NAME

PayProp::API::Public::Client::Exception::Authorization - Authorization exception.

SYNOPSIS

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.