Sha256: 709ce6c387b0f32949cc095a592dd145dcbb3684855944dc2ebaa6fea6671603
Contents?: true
Size: 356 Bytes
Versions: 4
Compression:
Stored size: 356 Bytes
Contents
module WarningSigns class UnhandledDeprecationError < StandardError MESSAGE = "This error was raised by the Warning Signs gem in response to a deprecation warning in Ruby or Rails. If this warning is not causing problems, you can add it to the exceptions list in .warning_signs.yml." def message super + "\n\n" + MESSAGE end end end
Version data entries
4 entries across 4 versions & 1 rubygems