SubstratePathError constructor

const SubstratePathError(
  1. String message
)

Creates a new instance of SubstratePathError with an optional message.

Implementation

const SubstratePathError(this.message);