class SchoolLoop::Error::BadRequest
Raised when School Loop returns the HTTP status code 400
Public Class Methods
new(env)
click to toggle source
Calls superclass method
# File lib/school_loop/error/bad_request.rb, line 7 def initialize(env) super(env) end