Exception: Doze::ClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/doze/error.rb

Overview

Errors intended to be raised within resource or entity code to indicate a client error. Currently this is a subclass of the internally-used Doze::Error class, but could equally be a separate exception class intended for Resource-level use which is caught and re-raised by the internal code.

Instance Attribute Summary

Attributes inherited from Error

#headers, #http_status

Method Summary

Methods inherited from Error

#backtrace, #initialize

Constructor Details

This class inherits a constructor from Doze::Error