Exception: Fitting::Host::NotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/fitting/host.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#logObject (readonly)

Returns the value of attribute log.



5
6
7
# File 'lib/fitting/host.rb', line 5

def log
  @log
end