PixelGetExceptionResult constructor

PixelGetExceptionResult(
  1. ExceptionType exceptionType,
  2. String description
)

Implementation

PixelGetExceptionResult(
  this.exceptionType,
  this.description,
);