CatalystBuilderException constructor
const
CatalystBuilderException(
- String message, [
- CatalystBuilderException? inner
Creates a exception with the given message
Implementation
const CatalystBuilderException(this.message, [this.inner]);