class Nimbu::Error::NotFound
Public Class Methods
new(env)
click to toggle source
Calls superclass method
# File lib/nimbu-api/errors/not_found.rb, line 9 def initialize(env) super(env) end