Exception: Locd::NotFoundError

Inherits:
RequestError show all
Defined in:
lib/locd/errors.rb

Overview

Raised when we couldn't find what the request seems to be looking for (404 Not Found in HTTP).

Constant Summary collapse

STATUS_CODE =
404
STATUS_MESSAGE =
"Not Found"

Instance Attribute Summary

Attributes inherited from RequestError

#text

Method Summary

Methods inherited from RequestError

#initialize, status, #to_http_response, #to_proxy_machine_cmd

Constructor Details

This class inherits a constructor from Locd::RequestError