Exception: Bcome::Exception::NoNodeNamedByIdentifier

Inherits:
Base
  • Object
show all
Defined in:
lib/objects/exception/no_node_named_by_identifier.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #message, #pretty_display

Constructor Details

This class inherits a constructor from Bcome::Exception::Base

Instance Method Details

#message_prefixObject



6
7
8
# File 'lib/objects/exception/no_node_named_by_identifier.rb', line 6

def message_prefix
  'Cannot find identifier within inventory'
end