class DeprecatedError
This is the class of the errors that the 'Deprecated' module will throw if the action type is set to ':throw'.
See Deprecated.set_action for more information.
Attributes
message[R]
Public Class Methods
new(msg=nil)
click to toggle source
# File lib/deprecated.rb, line 157 def initialize(msg=nil) @message = msg end