Current Path : /var/test/www/storage2/vendor/divido/divido-php/lib/Divido/ |
Current File : /var/test/www/storage2/vendor/divido/divido-php/lib/Divido/PaymentError.php |
<?php class Divido_PaymentError extends Divido_Error { public function __construct($message, $param, $code, $httpStatus, $httpBody, $jsonBody ) { parent::__construct($message, $httpStatus, $httpBody, $jsonBody); $this->param = $param; $this->code = $code; } }