Class: StructuredWarnings::DeprecationWarning
- Defined in:
- lib/structured_warnings/base.rb
Overview
This is a general warning used to mark certain actions as deprecated. We recommend to add a useful warning message, which alternative to use instead.
Direct Known Subclasses
Method Summary
Methods inherited from Base
#backtrace, #initialize, #inspect, #set_backtrace, #to_s
Methods included from Base::ClassMethods
Constructor Details
This class inherits a constructor from StructuredWarnings::Base