class DispatchRider::NotFound
The error class for objects not being found
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/dispatch-rider/errors.rb, line 9 def initialize(name) super("#{name.to_s} could not be found") end