Initial Version
This commit is contained in:
12
core/lib/Http/Exception/SessionNotFoundException.php
Normal file
12
core/lib/Http/Exception/SessionNotFoundException.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KTXC\Http\Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown when a session is expected but not available.
|
||||
*/
|
||||
class SessionNotFoundException extends \LogicException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user