class NetHTTP::Request::SchemaError

Public Class Methods

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