mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-02-03 11:54:06 +00:00
10 lines
173 B
PHP
10 lines
173 B
PHP
<?php
|
|
|
|
namespace App\Exception;
|
|
|
|
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
|
|
|
final class SourceAccessDenied extends AccessDeniedHttpException
|
|
{
|
|
}
|