コード例 #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');
 }