class SiteHook::DeprecationError

@returns SiteHook::DeprecationError

Public Class Methods

new(msg) click to toggle source

@params [String] msg message to return

Calls superclass method
# File lib/site_hook/deprecate.rb, line 7
def initialize(msg)
  super(msg, 99)
end