Skip to content

Commit

Permalink
refactor: file name change and some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Jan 13, 2023
1 parent e708166 commit 63f468c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/taquito-core/src/error/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
UnsupportedAction,
InternalValidationError,
} from './errors';
import { STATUS_CODE } from '../interface/status_code';
import { STATUS_CODE } from '../interface/http_status_code';

/**
* @category Error
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-core/src/error/errors.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @category Error
* @description Error that indicates the data get from third party has incorrect format
* @description Error that indicates the data get from other servies has incorrect format
*/
export class InternalValidationError extends Error {
public name = 'InternalValidationError';
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-core/src/taquito-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

export * from './error/errors';
export * from './error/common';
export * from './interface/status_code';
export * from './interface/http_status_code';

0 comments on commit 63f468c

Please sign in to comment.