class TestCentricity::ObjectNotFoundError
Public Class Methods
new(message)
click to toggle source
Calls superclass method
# File lib/testcentricity/exception_queue_helper.rb, line 107 def initialize(message) super(message) end