Exception: Onsi::Params::RelationshipNotFound

Inherits:
Errors::BaseError show all
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

Instance Attribute Details

#keyString (readonly)

The key that the relationship wasn’t found for

Returns:

  • (String)


32
33
34
# File 'lib/onsi/params.rb', line 32

def key
  @key
end