fix(core): update
This commit is contained in:
@ -3,7 +3,7 @@ import * as plugins from './typedrequest.plugins';
|
||||
export class TypedResponseError {
|
||||
public errorText: string;
|
||||
public errorData: any;
|
||||
constructor(errorTextArg: string, errorDataArg: any) {
|
||||
constructor(errorTextArg: string, errorDataArg?: any) {
|
||||
this.errorText = errorTextArg;
|
||||
this.errorData = errorDataArg;
|
||||
}
|
||||
|
Reference in New Issue
Block a user