class WsdlValidator::Error

Raised to represent an error occurred when parsing an WSDL

Public Class Methods

new(msg = 'Invalid Wsdl') click to toggle source
Calls superclass method
# File lib/wsdl_validator/error.rb, line 4
def initialize(msg = 'Invalid Wsdl')
  super
end