Exception: DeprecationHelper::DeprecationException

Inherits:
StandardError
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/deprecation_helper/deprecation_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ DeprecationException

Returns a new instance of DeprecationException.



8
9
10
# File 'lib/deprecation_helper/deprecation_exception.rb', line 8

def initialize(message)
  super message
end