NAME

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

SYNOPSIS

PayProp::API::Public::Client::Exception::Response->throw(
	status_code => 500,
	errors => [
		path => '/error/path',
		message => 'Error description.',
	],
);

DESCRIPTION

Throw PayProp::API::Public::Client::Exception::Response exception.