Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with exception-handling

A curated list of projects in awesome lists tagged with exception-handling .

https://github.com/cheese10yun/spring-guide

:octocat: Spring 실전 가이드

exception-handling guide spring test

Last synced: 14 Dec 2024

https://github.com/cami-la/debugging-java

Curso que apresenta conceitos introdutórios sobre como podemos trabalhar com debugging na linguagem Java.

debug debugging eclipse exception-handling exceptions intellij java

Last synced: 19 Dec 2024

https://github.com/andy-landy/traceback_with_variables

Adds variables to python traceback. Simple, lightweight, controllable. 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 and IPython. Install with pip or conda.

arguments colors debugging dump error-handling errors exception-handling exceptions frame jupyter locals logging pretty pretty-print print python python3 stacktrace traceback variables

Last synced: 17 Dec 2024

https://github.com/pivovarit/throwing-function

Checked Exceptions-enabled Java 8+ functional interfaces + adapters

exception-handling functional-programming hacktoberfest java-8

Last synced: 20 Dec 2024

https://github.com/raiderrobert/django-multiurl

Have you ever wanted multiple views to match to the same URL? Now you can.

404 django exception-handling python routing url

Last synced: 31 Oct 2024

https://github.com/ThoughtWorksInc/Dsl.scala

A framework to create embedded Domain-Specific Languages in Scala

compiler-plugin continuation-passing-style dsl exception-handling future monad monad-transformers raii scala

Last synced: 04 Nov 2024

https://github.com/thoughtworksinc/dsl.scala

A framework to create embedded Domain-Specific Languages in Scala

compiler-plugin continuation-passing-style dsl exception-handling future monad monad-transformers raii scala

Last synced: 21 Dec 2024

https://github.com/milaan9/05_python_files

Python too supports file handling and allows users to handle files i.e., to read and write files, along with many other file handling options, to operate on files. The concept of file handling has stretched over various other languages, but the implementation is either complicated or lengthy, but like other concepts of Python, this concept here is also easy and short. Python treats files differently as text or binary and this is important.

exception-handling exceptions file-directory file-exception file-exception-handeling file-handling file-input-output ipython ipython-notebook python-files python-tutor python-tutorial-github python-tutorial-notebook python-tutorials python4beginner python4datascience python4everybody pythontutorial tutor-milaan9 userdefined-exceptions

Last synced: 16 Dec 2024

https://github.com/xpl/stacktracey

Parses call stacks. Reads sources. Clean & filtered output. Sourcemaps. Node & browsers.

callstack error-handling exception-handling javascript logging parses-stacks parsing sourcemap stack stack-trace typescipt

Last synced: 21 Dec 2024

https://github.com/soumyadip007/Object-Oriented-Programming-Using-Python

Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).

class exception-handling exceptions global inheritance jupyter-notebook local object oop python static

Last synced: 13 Nov 2024

https://github.com/soumyadip007/object-oriented-programming-using-python

Python is a multi-paradigm programming language. Meaning, it supports different programming approach. One of the popular approach to solve a programming problem is by creating objects. This is known as Object-Oriented Programming (OOP).

class exception-handling exceptions global inheritance jupyter-notebook local object oop python static

Last synced: 20 Dec 2024

https://github.com/exAspArk/graphql-errors

Simple error handler for GraphQL Ruby :exclamation:

error error-handling exception-handling graphql graphql-ruby ruby

Last synced: 24 Nov 2024

https://github.com/trendyol/kafka-konsumer

Easy implementation of kafka consumer with built-in exception manager (kafka-cronsumer)

exception-handling grafana kafka kafkaconsumer kafkaprod prometheus

Last synced: 20 Dec 2024

https://github.com/xuuhaoo/android-defensecrash

Android runtime crash controller. defense java crash keep your application safety

android android-exceptions androidcrash cglib crash-reporting exception-handling

Last synced: 16 Nov 2024

https://github.com/zalando/faux-pas

A library that simplifies error handling for Functional Programming in Java

completable-future error-handling exception-handling functional-programming java monitoring

Last synced: 30 Oct 2024

https://github.com/coderrio/Coderr.Server

Replace logfiles with Coderr to correct bugs faster and more efficiently.

automation csharp dotnet exception-handling exceptions onetrueerror

Last synced: 06 Nov 2024

https://github.com/cybercog/laravel-whoops-editor

Laravel Whoops Editor helps to open your code editor from exception stack trace.

cog cybercog editor exception-handling homestead ide idea intellij laravel phpstorm sublime-text vagrant whoops

Last synced: 27 Sep 2024

https://github.com/rainerhahnekamp/sneakythrow

SneakyThrow is a Java library to ignore checked exceptions

exception-handling java

Last synced: 18 Dec 2024

https://github.com/quarkiverse/quarkus-resteasy-problem

Unified error responses for Quarkus REST APIs via Problem Details for HTTP APIs (RFC9457 & RFC7807)

exception-handling quarkus-extension rest-problem resteasy rfc7807 rfc9457

Last synced: 18 Dec 2024

https://github.com/ivanhofer/exceptionally

A fully type-safe and lightweight way of using exceptions instead of throwing errors

error-handling exception exception-handling javascript lightweight never-throw result typesafe typescript

Last synced: 27 Oct 2024

https://github.com/Sija/retriable.cr

Retriable.cr is a simple DSL to retry failed code blocks

crystal exception-handling

Last synced: 30 Oct 2024

https://github.com/sija/retriable.cr

Retriable.cr is a simple DSL to retry failed code blocks

crystal exception-handling

Last synced: 31 Oct 2024

https://github.com/a7ul/react-native-exception-handler-example

An example repo showing how to integrate react-native-exception-handler

example exception-handling react-native

Last synced: 11 Nov 2024

https://github.com/armanozak/snq

A utility function to avoid type errors when traversing over arrays and object properties.

elvis-operator exception-handling null-coalescing-operator null-conditional-operator null-safety optional-chaining safe-navigation type-error typescript

Last synced: 28 Oct 2024

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: 26 Oct 2024

https://github.com/tanersener/smart-exception

Utilities to handle throwable objects and format stack trace elements in JVM based languages (Java, Scala, Kotlin, Groovy, etc.)

android exception-handling groovy java kotlin scala

Last synced: 13 Dec 2024

https://github.com/gpmueller/mwe-cpp-exception

Minimum working example of proper C++11 exception handling

backtrace cpp11 exception-handler exception-handling exceptions mwe

Last synced: 08 Nov 2024

https://github.com/youssefsell/result.net

Result.Net provides a result object to be used as a wrapper over operations execution results to indicate success or failure, instead of throwing exceptions or returning false without explanation.

dotnet dotnet-core error-handling exception-handling exceptions validation

Last synced: 04 Dec 2024

https://github.com/rufoa/try-let

Better exception handling for Clojure let expressions

clojure exception-handling

Last synced: 28 Oct 2024

https://github.com/burchill/catchr

catchr: Flexible, useful tools for dealing with conditions in R, for new users and veterans

condition-handling conditions error-handling exception-handling messages r warnings

Last synced: 22 Nov 2024

https://github.com/semack/aspnetcore.friendlyexceptions

ASP.NET Core Filter and Middleware to catch exceptions and translate them into nice HTTP responses

asp-net-core asp-net-core-mvc asp-net-core-web-api exception-handling middleware

Last synced: 17 Nov 2024

https://github.com/mpenet/ex

Exception net

clojure exception-handling

Last synced: 12 Oct 2024

https://github.com/semack/AspNetCore.FriendlyExceptions

ASP.NET Core Filter and Middleware to catch exceptions and translate them into nice HTTP responses

asp-net-core asp-net-core-mvc asp-net-core-web-api exception-handling middleware

Last synced: 20 Nov 2024

https://github.com/rapter1990/springbootminio

Spring Boot with the usage of Minio running on Docker , AOP and Exception Handling

aop docker exception-handling java minio spring-boot

Last synced: 19 Nov 2024

https://github.com/tobion/retry

A generic library to retry an operation in case of an error. You can configure the behavior like the exceptions to retry on.

delay exception-handling php restart retry-library

Last synced: 28 Oct 2024

https://github.com/lironmiz/next.py-python-course

this repository contains solutions in python to the next.py python course problems of the Cyber ​​Education Center from campus.gov.il.

algorithms certificate course data-structures education exception-handling generators inheritance iterable iterator learning-by-doing module modules one-liners oop-principles oop-python polymorphism project pycharm python3

Last synced: 27 Oct 2024

https://github.com/joselion/maybe

A monadic wrapper with a type-safe API to handle throwing operations in a functional way

error-handling exception-handling functional-java functional-programming hacktoberfest hacktoberfest2022 java maybe monad

Last synced: 28 Oct 2024

https://github.com/rameshmf/java-exceptions-guide

Guide to Java Exceptions Handling

exception-handling exceptions

Last synced: 13 Nov 2024

https://github.com/ekino/spring-boot-starter-errors

Opiniated Spring Boot starter that handles common exceptions and returns them in a standardize json format

error-handling exception-handling kotlin spring-boot starter

Last synced: 15 Nov 2024

https://github.com/qoomon/unchecked-exceptions-java

Throw any Java Exception anywhere without the need of catching them nor wrapping them into RuntimeException

checkedexception exception-handling exceptions java rethrow-exceptions throw unchecked-exception wrapping

Last synced: 28 Nov 2024

https://github.com/vijayinyoutube/api_exceptions_part2

Handling Exceptions with API calls in flutter

dart exception-handling flutter flutterapp vijaycreations

Last synced: 14 Oct 2024

https://github.com/getspooky/express-telescope

🚀 A beautiful error page for NodeJS apps 🔭🔭🔭

errors exception-handling expressjs expressjs-apps nodejs page telescope ui

Last synced: 12 Oct 2024

https://github.com/trainingbypackt/java-fundamentals

A fast-paced and pragmatic introduction to one of the world's most popular programming languages

collections-framework exception-handling iterators java switch-case

Last synced: 14 Nov 2024

https://github.com/akarshjha03/javatopia

Welcome to the Javatopia repository! This project aims to help beginners learn the fundamentals of Java programming, covering essential topics such as basic syntax, variables, data types, type casting, operators,, control flow statements, methods, loops, strings, arrays, functions, and basic I/O operations with OOPS concept & exception handling

basicsofjava comparable comparator exception-handling generic java oops-in-java wrapperclass

Last synced: 18 Dec 2024

https://github.com/sanix-darker/ziim

Let your CLI find available solutions for errors / exceptions online on commands you hit, for you, no need open a Browser. and find something yourself

cli crawler error-correcting-codes error-handling exception-handler exception-handling exceptions javascript python scraper stackoverflow stackoverflow-api stackoverflow-questions

Last synced: 14 Oct 2024

https://github.com/sbabcoc/java-utils

Nordstrom Java Utils is a small collection of general-purpose utility classes with wide applicability.

classpath exception-handling file-path jar-files java-utilities jdbc-client jdbc-utilities stored-procedures

Last synced: 28 Oct 2024

https://github.com/muthuishere/declarativex

Composable approach to exception & conditions in Java

declarative-programming exception-handling java

Last synced: 13 Dec 2024

https://github.com/merodriguezblanco/exceptionnotification.core

NET Core package that provides notifiers for sending exception notifications when errors occur.

dotnet-core2 dotnetcore exception-handling

Last synced: 18 Oct 2024

https://github.com/fabioricali/katch

Simple module that capture errors and log it. Works both server and browser.

error-handling error-monitoring error-reporting errors exception-handling javascript logging logging-library nodejs

Last synced: 24 Oct 2024

https://github.com/tinywan/think-exception

exception handler library for ThinkPHP6.0 plugin library

composer composer-library exception-handling exceptions php thinkphp6

Last synced: 12 Nov 2024

https://github.com/rapter1990/springbootexceptionhandlingaspect

Spring Boot Exception Handling with Aspect-Oriented Programming with supporting Docker

aop aspect-oriented-programming docker exception-handling h2-database java spring-boot

Last synced: 19 Nov 2024

https://github.com/gyanbardhan/idcard_generator

Utilizes core Java concepts, file handling, and encapsulation. Two packages (Project1, Project2) manage student details, ID card generation, and file operations. Requires Eclipse, folder creation for file storage. Enhance skills in Java, file I/O, and modularity

class cse encapsulation engineering exception-handling filehandling functions inheritance java oops oops-in-java packages polymorphism

Last synced: 22 Nov 2024

https://github.com/theabhishek07/java-program

This is a basic guide build with the prospective of learning together and growing together. Moreover this guide has covered all the topics which comes under java programming.

applet basic-synchronization class-object collections constructor exception-handling functions inheritance interfaces jdbc jsp operators packages servelet swing swing-gui switch-case syntax threading wrapper-class

Last synced: 10 Nov 2024

https://github.com/senotrusov/workety

A library to run Ruby classes as daemons. Process start, signal handling, logfile/pidfile, restart by watchdog, exception handling, reporting to Airbrake and Exceptional, Rails environment load, mutithreaded workers.

daemon error-reporting exception-handling logging multithreading pidfile process rails ruby watchdog

Last synced: 30 Sep 2024

https://github.com/prakharjadaun/100-cpp-programs-practice

This repository contains brief explanation and implementation of STL library of C++. Moreover, it contains program related to templates, exception handling and file handling.

basic-algorithm exception-handling file-handling-in-cpp stl-algorithms stl-containers templates-cpp

Last synced: 17 Nov 2024

https://github.com/simphotonics/exception_templates

Dart exception and error classes with generic type. Enables throwing and catching exceptions based on their type argument.

catch color-output dart error-handling exception exception-handling flutter generics parameterized throw

Last synced: 06 Nov 2024

https://github.com/dulikvor/core

A simple C++ library intended to solve common software issues.

command-line concurrency cpp11 enumeration exception-handling logging spdlog threads

Last synced: 16 Oct 2024

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: 14 Oct 2024

https://github.com/sanchezih/exceptions-java

Excepciones en Java

exception-handling java-21

Last synced: 16 Nov 2024