mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-04-05 14:52:20 +00:00
10 lines
167 B
PHP
10 lines
167 B
PHP
<?php
|
|
|
|
namespace Infinito\Exception;
|
|
|
|
use Symfony\Component\HttpKernel\Exception\ConflictHttpException;
|
|
|
|
final class NotSetException extends ConflictHttpException
|
|
{
|
|
}
|