Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Add two required errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Nov 27, 2019
1 parent 2f01608 commit c45b332
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/errors/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ export const PasswordsDontMatchError = createCustomErrorClass(
export const PasswordIncorrectError = createCustomErrorClass(
"PasswordIncorrect"
);
export const RecommendSubAccountsToEmpty = createCustomErrorClass(
"RecommendSubAccountsToEmpty"
);
export const RecommendUndelegation = createCustomErrorClass(
"RecommendUndelegation"
);
export const TimeoutTagged = createCustomErrorClass("TimeoutTagged");
export const UnexpectedBootloader = createCustomErrorClass(
"UnexpectedBootloader"
Expand Down

0 comments on commit c45b332

Please sign in to comment.