UcdException constructor
const
UcdException(
- String message
Creates a new UcdException with the provided message.
Implementation
const UcdException(this.message);
Creates a new UcdException with the provided message.
const UcdException(this.message);