Skip to content

Commit

Permalink
add UnavailableTezosOriginatedAccountSend
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Oct 28, 2019
1 parent c036d6d commit 7bbdff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/errors/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ export const RecipientRequired = createCustomErrorClass("RecipientRequired");
export const UnavailableTezosOriginatedAccountReceive = createCustomErrorClass(
"UnavailableTezosOriginatedAccountReceive"
);
export const UnavailableTezosOriginatedAccountSend = createCustomErrorClass(
"UnavailableTezosOriginatedAccountSend"
);
export const UpdateYourApp = createCustomErrorClass("UpdateYourApp");
export const UserRefusedDeviceNameChange = createCustomErrorClass(
"UserRefusedDeviceNameChange"
Expand Down

0 comments on commit 7bbdff5

Please sign in to comment.