6 lines
41 B
PHP
Raw Normal View History

2025-02-26 11:49:20 +08:00
<?php
class Error extends Exception
{
}