EnvLoadException constructor

const EnvLoadException(
  1. String message
)

Creates an EnvLoadException with the given message.

Implementation

const EnvLoadException(this.message);