BrickNotFoundException constructor

const BrickNotFoundException(
  1. String path
)

Thrown when a brick registered in the mason.yaml cannot be found locally.

Implementation

const BrickNotFoundException(String path)
    : super('Could not find brick at $path');