Exception: Onsi::Params::RelationshipNotFound
- Inherits:
-
Errors::BaseError
- Object
- StandardError
- Errors::BaseError
- Onsi::Params::RelationshipNotFound
- Defined in:
- lib/onsi/params.rb
Overview
Note:
The ErrorResponder will rescue from this and return an appropriate error to the user
Raised when a safe_fetch fails.
Instance Attribute Summary collapse
-
#key ⇒ String
readonly
The key that the relationship wasn’t found for.
Instance Attribute Details
#key ⇒ String (readonly)
The key that the relationship wasn’t found for
32 33 34 |
# File 'lib/onsi/params.rb', line 32 def key @key end |