Files
dafuweng/app/exception/GameException.php
2026-03-02 13:44:38 +08:00

7 lines
75 B
PHP

<?php
namespace app\exception;
class GameException extends \Exception
{
}