class ShiftPlanning::HTTPError

Public Class Methods

new(code) click to toggle source
Calls superclass method
# File lib/shiftplanning/http_error.rb, line 23
def initialize code
  super
  message = code.to_s
end