Class: StructuredWarnings::DeprecatedSignatureWarning

Inherits:
DeprecationWarning show all
Defined in:
lib/structured_warnings/base.rb

Overview

This warning marks the given parameters for a certain methods as deprecated. We recommend to add a useful warning message, which alternative to use instead.

Method Summary

Methods inherited from Base

#backtrace, #initialize, #inspect, #set_backtrace, #to_s

Methods included from Base::ClassMethods

#active?, #disable, #enable

Constructor Details

This class inherits a constructor from StructuredWarnings::Base