point-tools/src/Skobkin/Bundle/PointToolsBundle/Exception/Api/ForbiddenException.php

8 lines
115 B
PHP

<?php
namespace Skobkin\Bundle\PointToolsBundle\Exception\Api;
class ForbiddenException extends ApiException
{
}