Exception: TestCentricity::ObjectNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/testcentricity_web/exception_queue_helper.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ObjectNotFoundError

Returns a new instance of ObjectNotFoundError.



167
168
169
# File 'lib/testcentricity_web/exception_queue_helper.rb', line 167

def initialize(message)
  super(message)
end