#
exception
Here are 250 public repositories matching this topic...
Exceptionless server and jobs
javascript
c-sharp
redis
elasticsearch
monitoring
log
crash-reporting
error-monitoring
logging
crash-reports
exception
error-handling
asp-net
error-reporting
foundatio
exceptionless
unhandled-exceptions
error-stack-trace
crash-reporting-tool
bug-tracking-tool
-
Updated
Apr 4, 2022 - C#
A library for handling Problems in Spring Web MVC
-
Updated
Apr 6, 2022 - Java
Show some ❤️ to Node.js process errors
nodejs
javascript
testing
debugging
library
monitoring
es6
test
promise
handler
logging
process
exception
error-handler
error-handling
error
uncaught-exceptions
code-quality
handling
uncaught
-
Updated
Apr 9, 2022 - JavaScript
enhancement
Issues describing an enhancement or pull requests adding an enhancement.
help wanted
Help wanted from the community.
good first issue
A good first issue for a new community member to take on.
TechInterMezzo
commented
Mar 23, 2022
Would it be possible to remove the dependency on JetBrains.Annotations?
To avoid a dependency hell as much as possible I like to have a minimum of dependencies for every nuget package I use.
Since the new .NET versions have a very good support for nullable reference types I am not really sure if there is a need for those null annotations.
good first issue
Good for newcomers
Your users do not always report errors, LaraBug does. LaraBug is a simple to use and implement error tracker built for the Laravel framework.
-
Updated
Apr 9, 2022 - PHP
Delphi debug framework
-
Updated
Jun 18, 2021 - Pascal
Tracking ⚠️ exceptions for Rails application and store them in database.
-
Updated
Dec 28, 2021 - Ruby
Module to have suggestions in case of errors (NameError, AttributeError, etc).
-
Updated
Mar 2, 2022 - Python
springboot 2.1+整合各种技术
docker
redis
elasticsearch
spring-boot
mongodb
command
rabbitmq
async
jpa
swagger
banner
exception
activemq
java8
aop
redisson
mybatis
condition
multidatasource
atomikos-jta
-
Updated
Jul 18, 2019 - Java
This tool stores the exception information into the database and provides a developer-friendly web interface to view the exception information.
-
Updated
Jan 25, 2022 - PHP
An interface for an exception to be friendly
-
Updated
Feb 10, 2022 - PHP
ASP.NET Core exception handling policies middleware
-
Updated
Aug 22, 2020 - C#
Email Exceptions package for Laravel 5.x
-
Updated
Mar 17, 2022 - PHP
C++ exception handling library
-
Updated
Jun 18, 2020 - C++
C++ Framework For Fast Development: OOP wrappers and helpers for OpenCL, SQLite, Microsoft RPC API (DCE), Windows Web Services API (SOAP), Extensible Storage Engine (ESENT) and Service Broker (SQL Server). Also: garbage collection, exception handling, logging, stack tracing and command line parser. Ports available from POSIX to Windows 10 Mobile.
linux
wrapper
uwp
sqlite
soap
logger
opencl
oop
windows-10
stack-traces
rpc
isam
esent
exception
wws
windows-web-services
wwsapi
garbage-collection
broker
-
Updated
Mar 2, 2022 - C
Handy utilities for repetitive work
-
Updated
Apr 10, 2022 - TypeScript
Improve this page
Add a description, image, and links to the exception topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the exception topic, visit your repo's landing page and select "manage topics."
Describe the feature
To avoid using reflection we can create custom destructurers for more exception types.
ArgumentExceptionDestructurer
is a good example for how to do this.