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

10 lines
157 B
PHP

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