Exception: Unravel::Session::FixableError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(symptom_name) ⇒ FixableError

Returns a new instance of FixableError.



84
85
86
# File 'lib/unravel.rb', line 84

def initialize(symptom_name)
  @symptom = symptom_name
end

Instance Attribute Details

#symptomObject (readonly)

Returns the value of attribute symptom.



83
84
85
# File 'lib/unravel.rb', line 83

def symptom
  @symptom
end