Exception: Fitting::Host::NotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Fitting::Host::NotFound
- Defined in:
- lib/fitting/host.rb
Instance Attribute Summary collapse
-
#log ⇒ Object
readonly
Returns the value of attribute log.
Instance Method Summary collapse
-
#initialize(msg, log) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(msg, log) ⇒ NotFound
Returns a new instance of NotFound.
6 7 8 9 |
# File 'lib/fitting/host.rb', line 6 def initialize(msg, log) @log = log super(msg) end |
Instance Attribute Details
#log ⇒ Object (readonly)
Returns the value of attribute log.
5 6 7 |
# File 'lib/fitting/host.rb', line 5 def log @log end |