fix(core): update
This commit is contained in:
parent
82cc8c29e1
commit
9d9f67c91a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user