point-tools/old/src/PointToolsBundle/Exception/Api/ApiException.php

8 lines
96 B
PHP

<?php
namespace src\PointToolsBundle\Exception\Api;
class ApiException extends \Exception
{
}