ClayConfigException constructor

const ClayConfigException(
  1. String message
)

Creates a ClayConfigException.

Implementation

const ClayConfigException(this.message);