This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
chainsafe-bls/src/errors.ts

6 lines
168 B
TypeScript
Raw Normal View History

/**
* Indicate that this error is expected and should not be ignored
* by the functional interface try / catch blocks
*/
export class ExpectedError extends Error {}