class PrintNode::APIError

An error class for HTTP errors @author Jake Torrance @author PrintNode

Attributes

object[R]

Public Class Methods

new(object) click to toggle source

Initializes an object or message to use in the error.

Paramters:

object

object to show error messages about.

# File lib/printnode/api_exception.rb, line 12
def initialize(object)
  @object = object
end