예제 #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');
 }