class CustomError

Public Class Methods

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