The Wayback Machine - https://web.archive.org/web/20200518012156/https://github.com/topics/exception-handler
Skip to content
#

exception-handler

Here are 118 public repositories matching this topic...

davidhajje
davidhajje commented May 11, 2017

As per the documentation, for ActiveRecord integration, all that is required is to run rails db:migrate This also adds the errors table in to the schema.rb file.

The problem is then whenever anyone calls rails db:reset it gets the database configuration from the schema.rb and creates the errors table.

When db:migrate is used again (such as to complete a later migration), it tries to c

RestSpringMVCDemo项目是一个基于Spring的符合REST风格的项目,具有MVC分层结构并实现前后端分离。该项目体现了一个具有REST风格项目的基本特征,即具有统一响应结构、 前后台数据流转机制(HTTP消息与Java对象的互相转化机制)、统一的异常处理机制、参数验证机制、Cors跨域请求机制以及鉴权机制。
  • Updated Jul 7, 2018
  • Java

基于Spring生态打造的一系列来自业务上的快速开发模块集合,包括Spring MVC DeferredResult长轮询、Spring AOP统一切面日志、开箱即用的切面事务、统一异常响应处理、参数效验、国际化方案、动态添加拦截器与过滤器(可实现线上装载)、if/else业务拆分、幂等/去重/次数限制器、多级缓存、RestTemplate请求第三方签名/验签、Spring Security生成JWT Token、Redis延迟列队、Quartz定时任务、环形链表、监听Mybatis的CRUD、分布式锁(支持Redis和Zookeeper)、DDD架构模式的Event Bus、一主多从的多数据源切换方案(零行代码实现读写分离)
  • Updated May 12, 2020
  • Java

Laravel Exception Notifier will send an email of the error along with the stack trace to the chosen recipients. This Package includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5+. Get the errors and fix them before the client even reports them, that's why this exists! For Laravel 5, 6, and 7
  • Updated May 13, 2020
  • PHP

Improve this page

Add a description, image, and links to the exception-handler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exception-handler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.