PreviewException constructor

const PreviewException(
  1. String message
)

Creates a PreviewException.

Implementation

const PreviewException(this.message);