示例#1
0
文件: ServiceId.php 项目: ivodvb/sdk
 public function __construct($message = null, $code = null, $previous = null)
 {
     parent::__construct('No Service id is set, use \\Paynl\\Config::setServiceId() to set the Service id');
 }
示例#2
0
文件: ApiToken.php 项目: ivodvb/sdk
 public function __construct($message = null, $code = null, $previous = null)
 {
     parent::__construct('No APItoken is set, use \\Paynl\\Config::setApiToken() to set the API token');
 }