Exception: Spree::LogEntry::SerializationError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Spree::LogEntry::SerializationError
- Defined in:
- app/models/spree/log_entry.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#psych_exception ⇒ Object
readonly
Returns the value of attribute psych_exception.
Instance Method Summary collapse
-
#initialize(psych_exception:) ⇒ SerializationError
constructor
A new instance of SerializationError.
Constructor Details
#initialize(psych_exception:) ⇒ SerializationError
Returns a new instance of SerializationError.
21 22 23 24 |
# File 'app/models/spree/log_entry.rb', line 21 def initialize(psych_exception:) @psych_exception = psych_exception super() end |
Instance Attribute Details
#psych_exception ⇒ Object (readonly)
Returns the value of attribute psych_exception.
19 20 21 |
# File 'app/models/spree/log_entry.rb', line 19 def psych_exception @psych_exception end |