1
0
mirror of synced 2024-11-23 13:56:08 +03:00
bitrix-module/intaro.intarocrm/classes/general/Exception/ApiException.php
2014-03-22 14:52:17 +04:00

6 lines
79 B
PHP

<?php
namespace IntaroCrm\Exception;
class ApiException extends \Exception
{
}