mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-30 15:18:30 +01:00
10 lines
162 B
PHP
10 lines
162 B
PHP
<?php
|
|
|
|
namespace App\Exception;
|
|
|
|
use Symfony\Component\HttpKernel\Exception\ConflictHttpException;
|
|
|
|
final class NotSetException extends ConflictHttpException
|
|
{
|
|
}
|