try-catch
There are 321 repositories under try-catch topic.
scopsy/await-to-js
Async await wrapper for easy error handling without try-catch
wsmd/reattempt
🤞 Give your functions another chance
gautamkrishnar/tcso
Try Catch Stack overflow (TcSo) Is a collection of Try statements in all the programming languages under the globe which catches the exception and searches for the cause of the caught exception in the stack overflow automatically.
guillermocalvo/exceptions4c
:sheep: An exception handling library for C
xobotyi/await-of
await wrapper for easier errors handling without try-catch
lainio/err2
Automatic and modern error handling package for Go
j5ndev/catchify
An async/await utility to eliminate try/catch in favor of error values.
electerious/nice-try
Tries to execute a function and discards any error that occurs.
ez4o/go-try
A package that allows you to use try/catch block in Go.
coderaiser/try-to-catch
functional try-catch wrapper for promises
SergiusTheBest/exceptxx
C++ exception handling library
rbrahul/exception
A simple utility package for exception handling with try-catch in Golang
ooftf/tc-anywhere
可以在任何方法内添加try catch 操作
vickumar1981/pyeffects
Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
ryanmorr/try-catch
Experimental alternative to a try/catch block in JavaScript
pacifiquem/node-async-handler
Async Error Handling Middleware for ExpressJS with ESM/TypeScript support.
ts-zen/trycatch
Robust and Type-Safe Errors Management Conventions with Typescript
coderaiser/supertape
📼 Simplest high speed testing
DrJume/try-inline
An easy inline error handling wrapper for async promises and syncronous functions
mcking-07/safe-wrapper
a lightweight utility for javascript that simplifies error handling for both synchronous and asynchronous functions.
vitalics/rslike
Rust-like but for TypeScript/JavaScript
nesterow/grip
Simplified exception handling for JavaScript.
coderaiser/try-catch
Try-catch wrapper
astoilkov/good-try
Tries to execute a sync/async function, returns a specified default value if the function throws
pawaclawczyk/scalp
Some Scala useful classes ported to PHP.
onderonur/go-try
Easy and flattened error handling for sync and async functions.
await-of/of
🍬 Promise wrapper with sugar 🍬
imranhsayed/javascript-concepts
:mortar_board: A demo app for JavaScript Concepts
brunocampos01/desenvolvimento-de-sistemas
Exercícios das matérias: Desenvolvimento de Sistemas Orientados a Objetos I e II.
Roger-Melo/pokedex-atualizado
Como construir uma pokedex com JavaScript puro, sem frameworks.
webNeat/wari
A type-safe way to create and handle errors.
WJCHumble/vite-plugin-async-catch
A vite plugin that can auto inject try catch code for async function.
syhner/betterr
A better way to handle errors. Both data and errors are declared with const, available at the top level, and non-nullable (once the other is handled). Errors are always Error objects.
hybridables/try-catch-core
Asynchronous and sync tryCatch in one place - works almost like `async-done`, used in `always-done`. The callback is securely wrapped with a `dezalgo` and `once`.
dhanak/InlineDispatch.jl
A simple Julia module to perform dispatch on a value of an expression using the `@dispatch` macro.
astoilkov/settle-it
Deal with code that can throw