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