fix: remote update failed and template not found
This commit is contained in:
@@ -1394,7 +1394,6 @@ export interface ISystemException extends IException {
|
||||
}
|
||||
|
||||
export class ArgumentException extends SystemException implements IArgumentException {
|
||||
message?: string;
|
||||
paramName?: string | undefined;
|
||||
|
||||
constructor(data?: IArgumentException) {
|
||||
@@ -1471,4 +1470,4 @@ function throwException(message: string, status: number, response: string, heade
|
||||
throw result;
|
||||
else
|
||||
throw new ApiException(message, status, response, headers, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user