SdlError constructor

SdlError(
  1. int code,
  2. String message
)

Create an exception.

Implementation

SdlError(this.code, this.message);