Exception: WsdlValidator::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/wsdl_validator/error.rb

Overview

Raised to represent an error occurred when parsing an WSDL

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Invalid Wsdl') ⇒ Error

Returns a new instance of Error.



4
5
6
# File 'lib/wsdl_validator/error.rb', line 4

def initialize(msg = 'Invalid Wsdl')
  super
end