Files
dafuweng/addons/webman/exception/PermissionException.php
2026-03-02 13:44:38 +08:00

11 lines
108 B
PHP

<?php
namespace addons\webman\exception;
use Exception;
class PermissionException extends Exception
{
}