class SonyCameraRemoteAPI::StandardErrorWithObj

Base Error class having some information as object.

Attributes

object[R]

Public Class Methods

new(object = nil) click to toggle source
# File lib/sony_camera_remote_api/error.rb, line 17
def initialize(object = nil)
  @object = object
end