class NetHTTP::Client::SchemaError

Public Class Methods

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