Exception: DianPing::Error::NotFound

Inherits:
ClientError show all
Defined in:
lib/dianping/error/not_found.rb

Overview

Raise when DianPing returns the HTTP status code 404

Constant Summary collapse

HTTP_STATUS_CODE =
404

Method Summary

Methods inherited from ClientError

from_response

Methods inherited from DianPing::Error

#backtrace, descendants, errors, #initialize

Constructor Details

This class inherits a constructor from DianPing::Error