GpuOutOfMemoryError constructor

const GpuOutOfMemoryError(
  1. String message
)

Creates an out-of-memory error.

Implementation

const GpuOutOfMemoryError(super.message);