class Bandwidth::Errors::AgregateError

Agregate error class

Attributes

errors[R]

@return [Array] errors

Public Class Methods

new(errorss) click to toggle source

@api private

Calls superclass method
# File lib/bandwidth/errors.rb, line 36
def initialize errorss
  super "Multiple errors"
  @errors = errors
end