kinetic_cafe_error provides an API-smart error base class and a DSL for defining errors. Under Rails, it also provides a controller concern (KineticCafe::ErrorHandler) that has a useful implementation of +rescue_from+ to handle KineticCafe::Error types. Exceptions in a hierarchy can be handled in a uniform manner, including getting an I18n translation message with parameters, standard status values, and meaningful JSON representations that can be used to establish a standard error representations across both clients and servers.
Required Ruby Version
>= 1.9.2
Authors
Austin Ziegler
Versions
- 1.12 May 27, 2016 (29 KB)
- 1.11 May 24, 2016 (27.5 KB)
- 1.10 March 25, 2016 (28.5 KB)
- 1.9 November 30, 2015 (28 KB)
- 1.8.1 October 26, 2015 (27.5 KB)
- 1.3 June 18, 2015 (24.5 KB)