1
0
Fork 0
mirror of synced 2025-03-30 04:00:15 +03:00
bitrix-module/intaro.intarocrm/classes/general/Exception/ApiException.php
2014-03-22 14:52:17 +04:00

6 lines
No EOL
79 B
PHP

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