EnvSwitchLockedException constructor

const EnvSwitchLockedException(
  1. String envName
)

Creates an EnvSwitchLockedException for the given envName.

Implementation

const EnvSwitchLockedException(this.envName);