DiveTextureException constructor

DiveTextureException(
  1. String code,
  2. String? description
)

Creates a new exception with the given error code and description.

Implementation

DiveTextureException(this.code, this.description);