mirror of
https://github.com/standardebooks/web.git
synced 2025-07-05 14:20:29 -04:00
5 lines
81 B
PHP
5 lines
81 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class SessionNotFoundException extends AppException{
|
|
}
|