Exception: Ldp::SaveException
- Inherits:
-
Exception
- Object
- Exception
- Ldp::SaveException
- Defined in:
- lib/ldp/orm.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ SaveException
constructor
A new instance of SaveException.
Constructor Details
#initialize(message, response) ⇒ SaveException
Returns a new instance of SaveException.
81 82 83 84 |
# File 'lib/ldp/orm.rb', line 81 def initialize , response super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
80 81 82 |
# File 'lib/ldp/orm.rb', line 80 def response @response end |