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