CatalystBuilderException constructor

const CatalystBuilderException(
  1. String message, [
  2. CatalystBuilderException? inner
])

Creates a exception with the given message

Implementation

const CatalystBuilderException(this.message, [this.inner]);