@basementuniverse/try-require
Try to require a module or file and optionally throw an error if it doesn't exist
Try to require a module or file and optionally throw an error if it doesn't exist
Simple try/catch wrapper that runs a function and returns an error-first array
Async/await wrapper for easy error handling in js
Simplfy Error Handling
tryCatch()
Error handler for failed promises
A type-safe way to create and handle errors.
try/catch wrapper for easy error handling in js
if (AppCrash === true) { try_to_run...
try/catch but better.
A better try/catch like way to get your errors.
This repository implements a Try class inspired by the Vavr library in Java. The Try class is a functional programming construct for handling computations that may succeed or fail. It encapsulates exceptions and streamlines error handling, reducing boiler
An auto-caching npm package for super-fast retrieval of less-consistant data
Advanced error logging for your app with low code integration
A decorator that wraps a method within a try-catch block. If an error is thrown, it will be caught and re-thrown.
Functional JavaScript try-catch implementation
This package provides function wrapper for overloading Try/Catch statements.