Sha256: 8d58faf32c4180f0a0b5019ecaea0c92c8862e34f8075a9bfe489f184f271487
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# SmartError [![Ruby Gem](https://img.shields.io/gem/v/smart_error.svg)](https://rubygems.org/gems/opta_sd) [![Build Status](https://travis-ci.org/ali-sheiba/smart_error.svg?branch=master)](https://travis-ci.org/ali-sheiba/smart_error) Simple gem that can handle Exceptions, ActiveRecord Errors and Custom Errors and return readable message and error number/code as usable Hash. ## Installation Add this line to your application’s Gemfile: ```ruby gem 'smart_error' ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install smart_error ``` ## Usage WIP ## Contributing Bug reports and pull requests are welcome on GitHub at <https://github.com/ali-sheiba/smart_error>. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the SmartError project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ali-sheiba/smart_error/blob/master/CODE_OF_CONDUCT.md).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_error-1.0.1 | README.md |