Sha256: 88f967d830cc12cd5e249288fd95fa147590f9be42b9f2944d68f76f1442868c
Contents?: true
Size: 183 Bytes
Versions: 5
Compression:
Stored size: 183 Bytes
Contents
class WsdlValidator # Raised to represent an error occurred when parsing an WSDL class Error < StandardError def initialize(msg = 'Invalid Wsdl') super end end end
Version data entries
5 entries across 5 versions & 1 rubygems