Rename roleTargets -> roleTarget (#16247)
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import {
|
||||
appendCommonExceptionCode,
|
||||
CustomException,
|
||||
} from 'src/utils/custom-exception';
|
||||
|
||||
export class WorkspaceCacheException extends CustomException<
|
||||
keyof typeof WorkspaceCacheExceptionCode
|
||||
> {}
|
||||
|
||||
export const WorkspaceCacheExceptionCode = appendCommonExceptionCode({
|
||||
MISSING_DECORATOR: 'MISSING_DECORATOR',
|
||||
INVALID_PARAMETERS: 'INVALID_PARAMETERS',
|
||||
} as const);
|
||||
Reference in New Issue
Block a user