mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-05-07 10:29:05 +02: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
|
|
{
|
|
}
|