PlayException constructor

const PlayException(
  1. String message
)

Constructs a PlayException with a message.

Implementation

const PlayException(this.message);