Exception: LicenseAuto::SourceURLNotFound
- Inherits:
-
LicenseAutoError
- Object
- StandardError
- LicenseAutoError
- LicenseAuto::SourceURLNotFound
- Defined in:
- lib/license_auto/exceptions.rb
Instance Method Summary collapse
-
#initialize(message = nil, server = nil) ⇒ SourceURLNotFound
constructor
A new instance of SourceURLNotFound.
- #message ⇒ Object
Constructor Details
#initialize(message = nil, server = nil) ⇒ SourceURLNotFound
24 25 26 27 |
# File 'lib/license_auto/exceptions.rb', line 24 def initialize(=nil, server=nil) @message = @server = server end |
Instance Method Details
#message ⇒ Object
28 29 30 |
# File 'lib/license_auto/exceptions.rb', line 28 def "Package #{@message} can not be found in server #{@server}" end |