Exception: LicenseAuto::LicenseAutoError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/license_auto/exceptions.rb

Direct Known Subclasses

PackageNotFound

Instance Method Summary collapse

Constructor Details

#initialize(message = "LicenseAuto Error Occurred") ⇒ LicenseAutoError

Returns a new instance of LicenseAutoError.



5
6
7
# File 'lib/license_auto/exceptions.rb', line 5

def initialize(message="LicenseAuto Error Occurred")
  super
end

Instance Method Details

#messageObject



9
10
# File 'lib/license_auto/exceptions.rb', line 9

def message
end