Exception: NuecaRailsInterfaces::DeprecatedError
- Inherits:
-
StandardError
- Object
- StandardError
- NuecaRailsInterfaces::DeprecatedError
- Defined in:
- lib/nueca_rails_interfaces.rb
Overview
Class that forces an error due to being deprecated.
Instance Method Summary collapse
-
#initialize ⇒ DeprecatedError
constructor
A new instance of DeprecatedError.
Constructor Details
#initialize ⇒ DeprecatedError
Returns a new instance of DeprecatedError.
13 14 15 |
# File 'lib/nueca_rails_interfaces.rb', line 13 def initialize super('This feature is deprecated.') end |