CameraException constructor

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

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

Implementation

CameraException(this.code, this.description);