mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
feat: cert download
This commit is contained in:
@@ -4,7 +4,7 @@ import { BaseException } from './base-exception';
|
||||
* 授权异常
|
||||
*/
|
||||
export class PermissionException extends BaseException {
|
||||
constructor(message) {
|
||||
constructor(message?: string) {
|
||||
super(
|
||||
'PermissionException',
|
||||
Constants.res.permission.code,
|
||||
|
||||
Reference in New Issue
Block a user