初始化
This commit is contained in:
10
addons/webman/exception/PermissionException.php
Normal file
10
addons/webman/exception/PermissionException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace addons\webman\exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class PermissionException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user