CDException constructor

CDException(
  1. String reason
)

ignore: deprecated_member_use_from_same_package Throw when the cd function encounters an error.

Implementation

CDException(String reason) : super(reason);