1
0
mirror of synced 2025-02-08 02:59:23 +03:00
2013-10-15 14:11:57 +04:00

6 lines
79 B
PHP

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