class Skroutz::ResourceNotFound

Raised when Skroutz doesn't find the requested resource

Public Class Methods

new(status, body) click to toggle source
Calls superclass method
# File lib/skroutz/errors.rb, line 30
def initialize(status, body)
  super %(status: #{status}, body: "#{body}")
end