Exception: GraphitiSpecHelpers::Errors::SideloadNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/graphiti_spec_helpers/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ SideloadNotFound

Returns a new instance of SideloadNotFound.



26
27
28
# File 'lib/graphiti_spec_helpers/errors.rb', line 26

def initialize(name)
  @name = name
end

Instance Method Details

#messageObject



30
31
32
# File 'lib/graphiti_spec_helpers/errors.rb', line 30

def message
  "Relationship with name '#{@name}' not found!"
end