class Gcp::Vision::Error

Attributes

options[R]

Public Class Methods

new(message, options) click to toggle source
Calls superclass method
# File lib/gcp/vision/error.rb, line 6
def initialize(message, options)
  @options = options
  super(message)
end