An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with try-catch

A curated list of projects in awesome lists tagged with try-catch .

https://github.com/scopsy/await-to-js

Async await wrapper for easy error handling without try-catch

async async-await es2017 try-catch

Last synced: 13 May 2025

https://github.com/dmmulroy/better-result

Lightweight Result type for TypeScript with generator-based composition.

error-handling result-type rust try-catch typescript

Last synced: 06 Apr 2026

https://github.com/wsmd/reattempt

🤞 Give your functions another chance

attempt error-handling errors functions javascript retry try-catch

Last synced: 05 Apr 2025

https://github.com/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.

easy-to-use error-handling programming stackoverflow try-catch

Last synced: 05 Apr 2025

https://github.com/xobotyi/await-of

await wrapper for easier errors handling without try-catch

async async-await await browser error-handling node promise try-catch wrapper

Last synced: 04 Apr 2025

https://github.com/lainio/err2

Automatic and modern error handling package for Go

assertion-library error error-handling errors go golang stacktrace try-catch unit-testing

Last synced: 01 Mar 2026

https://github.com/electerious/nice-try

Tries to execute a function and discards any error that occurs.

catch error try try-catch

Last synced: 04 Apr 2025

https://github.com/ez4o/go-try

A package that allows you to use try/catch block in Go.

catch ez4o go golang try try-catch

Last synced: 08 Apr 2025

https://github.com/ooftf/tc-anywhere

可以在任何方法内添加try catch 操作

android exception plugin try-catch

Last synced: 12 Jan 2026

https://github.com/coderaiser/try-to-catch

functional try-catch wrapper for promises

async await catch error javascript nodejs promise try try-catch

Last synced: 28 Jan 2026

https://github.com/vickumar1981/pyeffects

Handle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.

either either-monad future future-monad futures hacktoberfest hacktoberfest-accepted hacktoberfest2023 monad monads option option-monad option-type python python27 python3 try try-catch try-monad

Last synced: 01 Oct 2025

https://github.com/mcking-07/safe-wrapper

a lightweight utility for typescript/javascript that simplifies error handling for both synchronous and asynchronous functions.

error-handling safe-assignment try-catch

Last synced: 05 Apr 2026

https://github.com/rbrahul/exception

A simple utility package for exception handling with try-catch in Golang

exception-handling go golang golang-library golang-package try-catch

Last synced: 15 Apr 2025

https://github.com/coderaiser/supertape

📼 Simplest high speed testing

async await diff tape tdd test try-catch

Last synced: 09 Mar 2026

https://github.com/pacifiquem/node-async-handler

Async Error Handling Middleware for ExpressJS with ESM/TypeScript support.

async error error-handling express handling node nodejs try-catch

Last synced: 07 May 2025

https://github.com/drjume/try-inline

An easy inline error handling wrapper for async promises and syncronous functions

async await logging try try-catch

Last synced: 18 Mar 2025

https://github.com/vitalics/rslike

Rust-like but for TypeScript/JavaScript

javascript option result try-catch typescript undefined undefined-behavior

Last synced: 17 Jul 2025

https://github.com/coderaiser/try-catch

Try-catch wrapper

catch javascript nodejs try-catch

Last synced: 28 Jan 2026

https://github.com/maxmorozoff/try-catch-tuple

A TypeScript utility for Go-style structured error handling (`[data, error]`) combined with powerful tooling (TypeScript Plugin & Build Transformer) to ensure correctness.

try-catch try-catch-js try-catch-wrapper ts-plugin ts-utils

Last synced: 10 Aug 2025

https://github.com/astoilkov/good-try

Tries to execute a sync/async function, returns a specified default value if the function throws

error-handling errors nice-try try-catch

Last synced: 14 Apr 2025

https://github.com/pawaclawczyk/scalp

Some Scala useful classes ported to PHP.

immutable maybe option pattern-matching php7 try try-catch types

Last synced: 17 Mar 2026

https://github.com/onderonur/go-try

Easy and flattened error handling for sync and async functions.

async-await error error-handling go golang try try-catch typescript

Last synced: 04 Apr 2026

https://github.com/imranhsayed/javascript-concepts

:mortar_board: A demo app for JavaScript Concepts

async-await javascript promise-all promise-library promises try-catch

Last synced: 23 Oct 2025

https://github.com/wjchumble/vite-plugin-async-catch

A vite plugin that can auto inject try catch code for async function.

async-function try-catch vite-plugin

Last synced: 18 Mar 2025

https://github.com/brunocampos01/desenvolvimento-de-sistemas

Exercícios das matérias: Desenvolvimento de Sistemas Orientados a Objetos I e II.

android-app desenvolvimento-de-sistemas gui ine ine5601 ine5605 java jdbc serialization try-catch ufsc

Last synced: 20 Jun 2025

https://github.com/webneat/wari

A type-safe way to create and handle errors.

error-handling error-management error-maping throw try-catch type-safety typesafe typescript

Last synced: 11 Apr 2025

https://github.com/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.

async-await error-handling errors exceptions package promise try-catch typescript

Last synced: 14 Jul 2025

https://github.com/nesterow/grip

Simplified result/error handling for JavaScript.

bunjs deno javascript nodejs try-catch typescript

Last synced: 22 Apr 2025

https://github.com/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`.

async asynchronous callback control-flow once safety try-catch

Last synced: 10 Apr 2025

https://github.com/dhanak/inlinedispatch.jl

A simple Julia module to perform dispatch on a value of an expression using the `@dispatch` macro.

dispatch error-handling julia try-catch

Last synced: 04 May 2025

https://github.com/astoilkov/settle-it

Deal with code that can throw

error-handling errors try-catch

Last synced: 14 Apr 2025

https://github.com/oda2/using-try-catch

Simplify the use of try-catch

await promise try-catch try-catch-js typescript

Last synced: 22 Feb 2026

https://github.com/rodrigooler/cattry

Solve your exception handling with style and without losing the elegance of your code

error error-handler javascript node throw try-catch try-catch-wrap typescript

Last synced: 09 Mar 2026

https://github.com/fmorenovr/gotry

GoTry is a Try/Catch/Finally library implemented in golang.

catch exception-handling exceptions finally go go-exception go-try golang google gotry try try-catch try-catch-finally

Last synced: 27 Jan 2026

https://github.com/xvyashar/lovely-error

Minimal, powerful, and highly customizable error parser and manager for JavaScript! 🚀

bug debug debugging error error-handling exception exception-handling javascript-library js logger lovely nodejs parser stacktrace try-catch ts typescript-library

Last synced: 25 Feb 2026

https://github.com/duziten/await-to-decorater

Async/await decorater for easy error handling in js, inspired by await-to-js

async await await-to-js decorater es8 try-catch

Last synced: 04 Aug 2025

https://github.com/tolgaozen/ruth

Use of try, catch, finally in Golang using the same syntax as java / python / php

golang-package try-catch trycatch

Last synced: 16 Mar 2025

https://github.com/harshit369/await-here

A helper package for ES6 async/await

async await error-handling es6 try-catch typescript

Last synced: 21 Mar 2025

https://github.com/Harshit369/await-here

A helper package for ES6 async/await

async await error-handling es6 try-catch typescript

Last synced: 22 Mar 2025

https://github.com/hybridables/try-catch-callback

try/catch block with a callback, used in `try-catch-core`. Use it when you don't care about asyncness so much and don't want guarantees. If you care use `try-catch-core`.

async callback catch completion try try-catch

Last synced: 15 Apr 2025

https://github.com/theangrydev/business-flows

A combination of the Try monad and the Either monad, to help tame complex business flows

either functional-programming happy-path java-8 monad railway-oriented-programming sad-path try-catch validation

Last synced: 06 Nov 2025

https://github.com/sofiane-abou-abderrahim/ajax-async-js-http-in-nodejs-express-mongodb-website

In this NodeJS - Express - MongoDB website, I sent AJAX requests. Therefore, I can send my own requests without getting the page reloading and I handle the response manually in my browser-side code. For this, I used the fetch() function. With this function, I sent GET requests and POST requests.

ajax ajax-request async-await dom dom-manipulation error-handling express fetch get-request http-methods javascript json mongodb nodejs post-request promise response-errors technical-errors try-catch

Last synced: 07 Apr 2026

https://github.com/andreasnicolaou/safe

A simple utility for handling synchronous and asynchronous errors without relying on try-catch blocks.

exponential-backoff retry-strategies try-catch utility-library

Last synced: 21 Apr 2026

https://github.com/profelis/dhx.try

Scala inspired Try operator

haxe macros try-catch

Last synced: 06 Jan 2026

https://github.com/sammwyy/safetry

Safe and structured error handling for JavaScript.

error error-handling javascript try-catch typescript

Last synced: 19 Apr 2025

https://github.com/itsezz/try-catch

A lightweight TypeScript utility that transforms error handling with type-safe Result patterns, making your code cleaner and more predictable.

error-handling result-pattern try-catch typescript utility

Last synced: 07 Feb 2026

https://github.com/cbrt-x/try-catch-wrapper

A wrapper for a Try-catch block in Java, providing useful methods to obtain values from the block

java lambda-expressions library maven try-catch try-catch-finally wrapper wrapper-library

Last synced: 17 Apr 2026

https://github.com/marian1309/try-catch

🔒 Type-safe try/catch wrapper ⚙️ for async operations ⚡️

error-handling try-catch typescript

Last synced: 12 Jul 2025

https://github.com/samedfft2634/crypto-app

Working with api to create crypto app. A list of 50 crypto currencies

await-async bootstrap crypto crypto-api fetch foreach innerhtml try-catch

Last synced: 20 May 2026

https://github.com/thadeu/safetry

A simple and lightweight transform to create a safe try/catch expressions in JavaScript/Typescript

javascript try-catch

Last synced: 05 Mar 2026

https://github.com/dsnchz/try-catch

Simple try-catch utility function for JavaScript

try-catch try-catch-wrapper utility-function utility-library

Last synced: 14 Oct 2025

https://github.com/5cover/c-exceptions

Macros for throwing and handling exceptions in C, in a try/catch/finally-like fashion.

c exception exception-handling exceptions try-catch try-catch-finally

Last synced: 30 Oct 2025

https://github.com/stdlib-js/utils-async-try-catch

If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.

async asynchronous catch condition conditional control either-or flow javascript node node-js nodejs stdlib trap try try-catch util utilities utility utils

Last synced: 12 May 2025

https://github.com/stdlib-js/utils-try-catch

If a function does not throw, return the function return value; otherwise, return `y`.

catch condition conditional control either-or flow javascript node node-js nodejs stdlib trap try try-catch util utilities utility utils

Last synced: 07 Apr 2025

https://github.com/aashishpanchal/exutile

Ex⚡ lightweight utility library designed specifically for Express.js, helping developers simplify server-side logic and reduce boilerplate code.

asycnhandler expressjs http-errors http-status javascript try-catch typescript

Last synced: 14 Apr 2025

https://github.com/jfet97/resumabletcf

A package that let recover failed computations inside try blocks.

es6 generators javascript resume try-catch yield

Last synced: 17 Jun 2026

https://github.com/codemeasandwich/pick-n-mix

a set of tools, untils and polyfulls for writing declarative javascript apps

error error-handling javascript try-catch

Last synced: 29 Mar 2025

https://github.com/asbhogal/javascript-api-requests

A simple demonstration of interacting with the Test Data API, including the conventional .then methods with a POST request and an async/await GET request.

api api-rest apis async async-await asynchronous asynchronous-programming fetch fetch-api get headers post try-catch

Last synced: 14 Mar 2025

https://github.com/givensuman/tryvial

đź§Ş value-packed alternative to try/catch hell

catch error-handling try try-catch

Last synced: 22 Mar 2025

https://github.com/hamlim/react-try-catch

Created with CodeSandbox

control-flow react try-catch

Last synced: 09 Apr 2025

https://github.com/xenoken/no_try

The foundation of a truly exception-free and error-free approach to programming.

dart dartlang exception-handling try-catch

Last synced: 20 May 2026

https://github.com/alexnault/try-function

A tiny utility for using `const` with `try/catch` blocks and get automatic typing.

javascript try-catch try-catch-finally typescript

Last synced: 24 Feb 2026

https://github.com/klipitkas/await-to

Solve the try-catch hell using golang style error handling.

hell js try try-catch trycatch

Last synced: 16 Oct 2025

https://github.com/corebreaker/goerrors

Easy error informations and stack traces for Go with rich informations and a Try/Catch/Finally mechanism.

error-handling error-reporting errors go golang try-catch

Last synced: 25 Oct 2025

https://github.com/mehmet-github06/find-country

An application where you can find the country information you want

api async bootstrap functional-programming html-css-javascript try-catch

Last synced: 17 Apr 2026

https://github.com/muffoi/error-editor

Catches errors, allows edits of them and throws errors again.

edit error error-handling errors javascript npm try-catch

Last synced: 21 Apr 2026

https://github.com/masumkhan081/javascript-code-notes

This repository contains notes and code snippets related to JavaScript programming, covering fundamental concepts, core libraries, and best practices. It serves as a personal reference for learning and consolidating knowledge in JavaScript, intended for personal use to reinforce understanding of JavaScript concepts.

arrays-and-strings composition error-handling higher-order-functions hoisting javascript list oops-in-javascript scope set try-catch

Last synced: 07 Jun 2026

https://github.com/kolengri/async-wrapus

🍭 Make async requests sweet again! Wrapper for async functions without pain. No try catches anymore.

async await javascript try-catch typescript

Last synced: 28 Apr 2026

https://github.com/codingbeautydev/try-catch-fn

Intuitive functional JavaScript try-catch

functional-programming javascript npm try-catch typescript

Last synced: 05 May 2026

https://github.com/msh-trojan/java_21_record_random_acces_file_1s

Programs that will Create a Random Access File, write on this file and read from it. and lastly, display all the class's objects of the type record.

ioexception java random-access-file read-write try-catch

Last synced: 01 Jul 2025

https://github.com/zeky84/trevor-assignment-7-customarraylistupgrade

Java17.Continue with Custom Array List implementation. Interface implementation. Applying JUnit Test & JUnit Test Fail. Finding code weaknesses

array-manipulations error-handling interfaces java-17 junit-testcases try-catch

Last synced: 15 Mar 2025

https://github.com/zeky84/trevor-assignment-4-splittinggeneralstudentlist

Java 17. Splitting general list in many and ordering their respective values by grades. Applying try-catch blocs, errors-handling, file reading, Arrays list use, comparable implementation, OOP

arraylist comparable-interface csv-reading error-handling interface java17 object-oriented-programming pojo try-catch

Last synced: 15 Mar 2025

https://github.com/oodler577/p5-try-alrm

Try/catch semantics around CORE::alarm.

alarm exceptions perl posix try-catch

Last synced: 14 Sep 2025

https://github.com/mownikapremkumar/phase-4-task-1

weather app using fetch API in javascript

async-await fetch-api html html-css-javascript try-catch

Last synced: 04 Jun 2026

https://github.com/hashimthepassionate/weather-app

This repository contains a simple Weather App built with HTML, CSS, and JavaScript. Users can enter a city name to fetch and display current weather details from the OpenWeatherMap API. Ideal for beginners learning API interaction and dynamic UI updates.

async await css fetch-api flex html5 javascript json position try-catch weather-app weather-data weatherapi weatherapp weatherinformation

Last synced: 18 Apr 2026

https://github.com/egamagz/try-catch

The Theogg's simple try-catch utility turned into a package

bun deno jsr nodejs try-catch

Last synced: 12 Apr 2026

https://github.com/robson-teixeira/java-excecoes-bytebank

Repositório do curso Jornada do Conhecimento de Back-End Java (Nível Básico) - Java Exceções: aprenda a criar, lançar e controlar exceções da plataforma Alura.

alura checked-exceptions exception exceptions java java8 jdk jre stack stacks throw throws try-catch unchecked-exception

Last synced: 02 Jan 2026

https://github.com/ribeirogab/jscangaceiro

Advanced JavaScript Courses Alura + Cangaceiro JavaScript Book

es6 factory-pattern javascript module-pattern monkey-patching mvc-pattern poo promise proxy-pattern try-catch webpack

Last synced: 16 May 2026

https://github.com/pferreirafabricio/handling-errors

🤬 A study of the ways of handling errors on different programming paradigms and languages

csharp dotnet error-as-values go golang javascript js railway-oriented-programming result-pattern rop try-catch

Last synced: 02 May 2026

https://github.com/ghosind/go-try

The try...catch...finally statement alternative in Golang.

go-library go-package go-try-catch try-catch try-catch-wrap

Last synced: 09 Apr 2025

https://github.com/ada890/banking-app-jdbc-mysql

A secure and efficient Banking Management System built using Java, JDBC, and MySQL. It features user authentication, account management, balance tracking, secure transactions, and password encryption. Ideal for learning database integration, secure hashing, and financial software development in Java.

hashing java-8 jdbc mysql prepared-statements salt try-catch

Last synced: 29 Mar 2025

https://github.com/mehmet-github06/pokemon-app

If you want to revive your memories, you can look at the pokemon application.

api dom-manipulation functional-programming html-css-javascript loop try-catch

Last synced: 27 May 2026

https://github.com/arskang/gotry

A simple Try-Catch-Finally with Golang

go go-package golang golang-package try-catch try-catch-finally

Last synced: 21 Jan 2026

https://github.com/40bc/bowlmaster

Scripting Exercise - Bowlmaster made with Unity 2017.1 and C#

3d-physics-engine csharp loops scripting sub-states test-driven-development try-catch unity3d

Last synced: 04 May 2026