web/lib/Exceptions/SessionNotFoundException.php

5 lines
81 B
PHP

<?
namespace Exceptions;
class SessionNotFoundException extends AppException{
}