# ActiveError ## Usage ```ruby ActiveError.new(StandardError, "error message") ``` ## Installation Add this line to your application's Gemfile: ```ruby gem "active_error" ``` And then execute: $ bundle Or install it yourself as: $ gem install active_error ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/active_error. ## License The gem is available as open source under the terms of the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).