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'); }
public function __construct($message = null, $code = null, $previous = null) { parent::__construct('No APItoken is set, use \\Paynl\\Config::setApiToken() to set the API token'); }