CatException constructor

CatException(
  1. String reason, [
  2. Trace? stacktrace
])

Thrown if the cat function encouters an error.

Implementation

CatException(super.reason, [super.stacktrace]);