MasonException constructor

const MasonException(
  1. String message
)

An exception thrown by an internal mason command.

Implementation

const MasonException(this.message);