class Vpim::Agent::NotFound
On failure, raise this with an error message. text/plain for now, text/html later. Will convert to a 404 and a message.
Public Class Methods
new(name, path)
click to toggle source
Calls superclass method
# File lib/vpim/agent/calendars.rb, line 20 def initialize(name, path) super %{Resource "#{name}" under "#{path.prefix}" was not found!} end