Files
2019-11-17 19:14:07 +01:00

13 lines
181 B
PHP

<?php
/**
* Carts Guru
*
* @author LINKT IT
* @copyright Copyright (c) LINKT IT 2016
* @license Commercial license
*/
class CartsGuruRAPIException extends Exception
{
}