Exception Open Source Projects

Browse 263 Exception open source projects, ranked by GitHub stars. Find the most popular Exception tools and libraries.

Share your experience:✍️ Write a Post❓ Ask a Question
1-60 of 263 projects
15,026 stars

kriskowal/q

A promise library for JavaScript

Metrics details
Stars15,026
11,057 stars

Cysharp/UniTask

Provides an efficient allocation free async/await integration for Unity.

Metrics details
Stars11,057
7,735 stars

github/scientist

:microscope: A Ruby library for carefully refactoring critical paths.

Metrics details
Stars7,735
7,716 stars

guzzle/promises

Promises/A+ library for PHP with synchronous support

Metrics details
Stars7,716
6,209 stars

ryanb/cancan

Authorization Gem for Ruby on Rails.

Metrics details
Stars6,209
4,563 stars

opserver/Opserver

Stack Exchange's Monitoring System

Metrics details
Stars4,563
4,470 stars

kstenerud/KSCrash

The Ultimate iOS Crash Reporter

Metrics details
Stars4,470
4,114 stars

shobrook/rebound

Instant Stack Overflow results whenever an exception is thrown

Metrics details
Stars4,114
3,947 stars

iqiyi/xCrash

🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.

Metrics details
Stars3,947
3,729 stars

dotnet/samples

Sample code referenced by the .NET documentation

Metrics details
Stars3,729
2,981 stars

SalomonBrys/ANR-WatchDog

A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

Metrics details
Stars2,981
2,874 stars

onelivesleft/PrettyErrors

Prettify Python exception output to make it legible.

Metrics details
Stars2,874
2,848 stars

cashapp/turbine

A testing library for kotlinx.coroutines Flow

Metrics details
Stars2,848
2,698 stars

litl/backoff

Python library providing function decorators for configurable backoff and retry

Metrics details
Stars2,698
2,453 stars

exceptionless/Exceptionless

Exceptionless application

Metrics details
Stars2,453
2,429 stars

beberlei/assert

Thin assertion library for use in libraries and business-model

Metrics details
Stars2,429
2,077 stars

facade/ignition

A beautiful error page for Laravel apps

Metrics details
Stars2,077
1,939 stars

nicklockwood/NullSafe

NullSafe is a simple category on NSNull that returns nil for unrecognised messages instead of throwing an exception

Metrics details
Stars1,939
1,884 stars

mikependon/RepoDB

A hybrid ORM library for .NET.

Metrics details
Stars1,884
1,840 stars

brminnick/AsyncAwaitBestPractices

Extensions for System.Threading.Tasks.Task and System.Threading.Tasks.ValueTask

Metrics details
Stars1,840
1,729 stars

Giorgi/EntityFramework.Exceptions

Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

Metrics details
Stars1,729
1,634 stars

jezzmemo/JJException

Protect the objective-c application(保护App不闪退)

Metrics details
Stars1,634
1,595 stars

Kozea/wdb

An improbable web debugger through WebSockets

Metrics details
Stars1,595
1,540 stars

EsotericSoftware/reflectasm

High performance Java reflection

Metrics details
Stars1,540
1,485 stars

scientistproject/Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library

Metrics details
Stars1,485
1,482 stars

Shopify/semian

:monkey: Resiliency toolkit for Ruby for failing fast

Metrics details
Stars1,482
1,424 stars

in28minutes/JavaInterviewQuestionsAndAnswers

Java Interview Questions and Answers

Metrics details
Stars1,424
1,395 stars

LuckyJayce/MVCHelper

实现下拉刷新,滚动底部自动加载更多,分页加载,自动切换显示网络失败布局,暂无数据布局,支持任意view,支持切换主流下拉刷新框架,真正的android MVC架构,listview,RecyclerView,refresh,loadmore

Metrics details
Stars1,395
1,300 stars

cknd/stackprinter

Debugging-friendly exceptions for Python

Metrics details
Stars1,300
1,288 stars

amantinband/throw

A simple, fluent, extensible, and fully customizable library for throwing exceptions for projects using .NET 6+

Metrics details
Stars1,288
1,194 stars

in28minutes/java-a-course-for-beginners

Java Programming Tutorial for Beginners

Metrics details
Stars1,194
1,142 stars

quickfix-j/quickfixj

QuickFIX/J is a full featured messaging engine for the FIX protocol. - This is the official project repository.

Metrics details
Stars1,142
1,135 stars

me-no-dev/EspExceptionDecoder

Exception Stack Trace Decoder for ESP8266 and ESP32

Metrics details
Stars1,135
1,103 stars

flibitijibibo/SDL2-CS

SDL2# - C# Wrapper for SDL2

Metrics details
Stars1,103
1,071 stars

zalando/problem-spring-web

A library for handling Problems in Spring Web MVC

Metrics details
Stars1,071
1,052 stars

alibaba/Alibaba-Java-Coding-Guidelines

Gitbook for AJCG

Metrics details
Stars1,052
1,048 stars

cmangos/mangos-classic

C(ontinued)-MaNGOS (Classic fork) is about: -- Doing WoW-Emulation Right!

Metrics details
Stars1,048
983 stars

JustinSDK/JavaSE6Tutorial

Java SE 6 技術手冊

Metrics details
Stars983
973 stars

samber/oops

🔥 Error handling library with context, assertion, stack trace and source fragments

Metrics details
Stars973
950 stars

zalando/problem

A Java library that implements application/problem+json

Metrics details
Stars950
913 stars

unknownworlds/decoda

Decoda Lua IDE and debugger

Metrics details
Stars913
908 stars

kamui/retriable

Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff.

Metrics details
Stars908
887 stars

radarsh/gradle-test-logger-plugin

A Gradle plugin for printing beautiful logs on the console while running tests

Metrics details
Stars887
849 stars

ConradIrwin/pry-rescue

Start a pry session whenever something goes wrong.

Metrics details
Stars849
848 stars

gildor/kotlin-coroutines-retrofit

Kotlin Coroutines await() extension for Retrofit Call

Metrics details
Stars848
837 stars

douglasjunior/android-simple-tooltip

A simple library based on PopupWindow to create Tooltips on Android. 💚

Metrics details
Stars837
831 stars

rails/exception_notification

NOTICE: official repository moved to https://github.com/smartinez87/exception_notification

Metrics details
Stars831
828 stars

aliyun/aliyun-oss-android-sdk

Android SDK for aliyun object storage service

Metrics details
Stars828
804 stars

parrt/tensor-sensor

The goal of this library is to generate more helpful exception messages for matrix algebra expressions for numpy, pytorch, jax, tensorflow, keras, fastai.

Metrics details
Stars804
793 stars

ned14/outcome

Provides very lightweight outcome<T> and result<T> (non-Boost edition)

Metrics details
Stars793
788 stars

jhomlala/catcher

Flutter error catching & handling plugin. Handles and reports exceptions in your app!

Metrics details
Stars788
728 stars

techcrunch/wp-async-task

Metrics details
Stars728
702 stars

andy-landy/traceback_with_variables

Adds variables to python traceback. Simple, lightweight, controllable. Customize formats and colors. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter too.

Metrics details
Stars702
687 stars

cameronmaske/celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.

Metrics details
Stars687
678 stars

spdx/license-list-data

Various data formats for the SPDX License List including RDFa, HTML, Text, and JSON

Metrics details
Stars678
669 stars

proudmonkey/AutoWrapper

A simple, yet customizable global exception handler and Http response wrapper for ASP.NET Core APIs.

Metrics details
Stars669
651 stars

ko1/pretty_backtrace

Pretty your exception backtrace.

Metrics details
Stars651
606 stars

CrowdHailer/OK

Elegant error/exception handling in Elixir, with result monads.

Metrics details
Stars606
587 stars

GrahamCampbell/Laravel-Exceptions

Provides a powerful error response system for Laravel

Metrics details
Stars587
565 stars

ankane/safely

Rescue and report exceptions in non-critical code

Metrics details
Stars565
1-60 of 263 projects
Get A Weekly Email With Trending Exception Projects
Stay updated on Exception plus related topics you pick below.

Copyright 2018-2026 Awesome Open Source.  All rights reserved.