SocketLabsException constructor

SocketLabsException(
  1. String code,
  2. String originalResponse
)

Creates the exception.

Implementation

SocketLabsException(this.code, this.originalResponse);