PlexError<T> constructor

PlexError<T>(
  1. int code,
  2. String message
)

Implementation

PlexError(this.code, this.message);