GitHubColourThrowable constructor

GitHubColourThrowable()

Constructor of GitHubColourThrowable.

This factory aims to prevent implementing GitHubColourThrowable by extending classes.

Implementation

factory GitHubColourThrowable() {
  throw UnimplementedError("Do not extends this throwable.");
}