| 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/ConfigurationException.php |
<?php
/**
* @copyright Vertex. All rights reserved. https://www.vertexinc.com/
* @author Mediotype Development <diveinto@mediotype.com>
*/
namespace Vertex\Exception;
/**
* Thrown when configuration is not complete enough for the requested API call
*
* @api
*/
class ConfigurationException extends \Exception
{
}