web/lib/Exceptions/PageOutOfBoundsException.php
2024-01-28 14:04:29 -06:00

5 lines
81 B
PHP

<?
namespace Exceptions;
class PageOutOfBoundsException extends AppException{
}