1
0
mirror of synced 2025-01-31 23:31:43 +03:00
2013-10-15 14:11:57 +04:00

6 lines
79 B
PHP

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