Skip to content

Commit

Permalink
docs(changeset): Added the following types:
Browse files Browse the repository at this point in the history
- Error type (type safe errors)
  - IO (Read/Write) error type
  - Unknown error type
  - Wrapping/Unwrapping typed error in internal errors
  - Wrapper around try/catch to execute callbacks in a safe throwable environment
  • Loading branch information
freitzzz committed Apr 15, 2024
1 parent 696d598 commit 657c386
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/cyan-coats-repeat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@web-pacotes/foundation-types': patch
---

Added the following types:

- Error type (type safe errors)
- IO (Read/Write) error type
- Unknown error type
- Wrapping/Unwrapping typed error in internal errors
- Wrapper around try/catch to execute callbacks in a safe throwable environment

0 comments on commit 657c386

Please sign in to comment.