class LicenseAuto::LicenseAutoError
Public Class Methods
new(message="LicenseAuto Error Occurred")
click to toggle source
Calls superclass method
# File lib/license_auto/exceptions.rb, line 5 def initialize(message="LicenseAuto Error Occurred") super end
Public Instance Methods
message()
click to toggle source
# File lib/license_auto/exceptions.rb, line 9 def message end