1
0
mirror of synced 2025-01-20 09:51:40 +03:00
2014-03-22 14:52:17 +04:00

6 lines
79 B
PHP

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