UcdException constructor

const UcdException(
  1. String message
)

Creates a new UcdException with the provided message.

Implementation

const UcdException(this.message);