class TeleSign::ValidationError

Public Class Methods

new(errors, http_response) click to toggle source

“”“

Calls superclass method TeleSign::TeleSignError::new
# File lib/telesign/validation_error.rb, line 15
def initialize errors, http_response
  super
end