Exception: Fitting::Action::NotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Fitting::Action::NotFound
- Defined in:
- lib/fitting/action.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.
12 13 14 15 |
# File 'lib/fitting/action.rb', line 12 def initialize(msg, log) @log = log super(msg) end |
Instance Attribute Details
#log ⇒ Object (readonly)
Returns the value of attribute log.
10 11 12 |
# File 'lib/fitting/action.rb', line 10 def log @log end |