mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Refactored code to SecureSourceChecker
This commit is contained in:
9
application/src/Exception/SourceAccessDenied.php
Normal file
9
application/src/Exception/SourceAccessDenied.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
|
||||
|
||||
class SourceAccessDenied extends AccessDeniedHttpException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user