Exception: Seatbelt::Errors::ObjectDoesNotExistError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/seatbelt/errors/errors.rb

Overview

Public: Will be raised if an object is tried to call that does not exist at runtime.

Instance Method Summary collapse

Instance Method Details

#messageObject



117
118
119
# File 'lib/seatbelt/errors/errors.rb', line 117

def message
  "The object you called does not exist."
end