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