| Current Path : /var/www/clients/client3/web2/web/vendor/vertexinc/sdk/src/Exception/ |
| Current File : /var/www/clients/client3/web2/web/vendor/vertexinc/sdk/src/Exception/ApiException.php |
<?php
/**
* @copyright Vertex. All rights reserved. https://www.vertexinc.com/
* @author Mediotype Development <diveinto@mediotype.com>
*/
namespace Vertex\Exception;
/**
* A generic exception during an API call
*
* @api
*/
class ApiException extends \Exception
{
}