infinito/application/symfony/src/Exception/NotFound/EntityNotFoundException.php
2019-04-14 23:38:13 +02:00

13 lines
215 B
PHP

<?php
namespace Infinito\Exception\NotFound;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
/**
* @author kevinfrantz
*/
final class EntityNotFoundException extends NotFoundHttpException
{
}