EnvLoadException constructor
const
EnvLoadException(
- String message
Creates an EnvLoadException with the given message.
Implementation
const EnvLoadException(this.message);
Creates an EnvLoadException with the given message.
const EnvLoadException(this.message);