Class DeprecatedError
In: lib/deprecated.rb
Parent: Exception

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.

Methods

new  

Attributes

message  [R] 

Public Class methods

[Source]

     # File lib/deprecated.rb, line 157
157:   def initialize(msg=nil)
158:     @message = msg
159:   end

[Validate]