Exception: DeprecationHelper::DeprecationException
- Inherits:
-
StandardError
- Object
- StandardError
- DeprecationHelper::DeprecationException
- Extended by:
- T::Sig
- Defined in:
- lib/deprecation_helper/deprecation_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ DeprecationException
constructor
A new instance of DeprecationException.
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() super end |