class Sinatra::Schema::BadResponse

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/sinatra/schema/error.rb, line 25
def initialize(msg)
  super(msg)
end