Current Path : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/ |
Current File : /var/www/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/NotFound.php |
<?php namespace Cardinity\Exception; class NotFound extends Request { protected $code = 404; protected $message = 'Not Found – The specified resource could not be found.'; }