class Yakit::NotFound

for 404 response

Public Class Methods

new(response) click to toggle source
Calls superclass method Yakit::Exception::new
# File lib/yakit/exception.rb, line 35
    def initialize(response)
  super(response)
end