Module: Contingency::Adapters::Interface::ClassMethods
- Defined in:
- lib/contingency/adapters/interface.rb
Instance Method Summary collapse
Instance Method Details
#catch_errors? ⇒ Boolean
9 10 11 12 13 14 |
# File 'lib/contingency/adapters/interface.rb', line 9 def catch_errors? raise InterfaceNotImplementedError, "Override this `catch_errors?` method" \ " with one that decides if your framework should activate" \ " Contingency or not (ie `ENV[RACK_ENV] !== 'development'`)." end |