Exception: NuecaRailsInterfaces::DeprecatedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nueca_rails_interfaces.rb

Overview

Class that forces an error due to being deprecated.

Instance Method Summary collapse

Constructor Details

#initializeDeprecatedError

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