class Zoom::Error

Attributes

error_hash[R]

Public Class Methods

new(msg, error_hash={}) click to toggle source
Calls superclass method
# File lib/zoom/error.rb, line 7
def initialize(msg, error_hash={})
  @error_hash = error_hash
  super(msg)
end