class SchemaParsingException

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method BareException::new
# File lib/exceptions.rb, line 21
def initialize(msg=nil)
  super
end