class SiteHook::SiteHookError

Attributes

err[RW]

Public Class Methods

new(msg, err) click to toggle source
Calls superclass method
# File lib/site_hook/exceptions.rb, line 7
def initialize(msg, err)
  @err = err
  @status = @err
  super(msg)
end