2.19.0 • Published 3 years ago

@jamashita/anden-error v2.19.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Anden/Error

Error wrapper and its collection.

Conventional Commits semantic-release

CI

Classes

RuntimeError

Basic error, it is able to contain other Error instance.

Errors

This Error can hold multiple Errors at the same time, also extends RuntimeError.

UnimplementedError

Mainly used for Mock classes, extends RuntimeError.