LiveProjectMismatchException constructor
LiveProjectMismatchException(
- String entrypoint
Creates a LiveProjectMismatchException for an app whose entrypoint is
entrypoint.
Implementation
LiveProjectMismatchException(this.entrypoint)
: super('The app was built from $entrypoint, not this project.');