Exception: LicenseAuto::PackageNotFound
- Inherits:
-
LicenseAutoError
- Object
- StandardError
- LicenseAutoError
- LicenseAuto::PackageNotFound
- Defined in:
- lib/license_auto/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil, server = nil) ⇒ PackageNotFound
constructor
A new instance of PackageNotFound.
- #message ⇒ Object
Constructor Details
#initialize(message = nil, server = nil) ⇒ PackageNotFound
Returns a new instance of PackageNotFound.
14 15 16 17 |
# File 'lib/license_auto/exceptions.rb', line 14 def initialize(=nil, server=nil) = @server = server end |
Instance Method Details
#message ⇒ Object
18 19 20 |
# File 'lib/license_auto/exceptions.rb', line 18 def "Package #{@message} can not be found in remote server #{@server}" end |