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

10 lines
158 B
PHP

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