PlayException constructor
const
PlayException(
- String message
Constructs a PlayException with a message.
Implementation
const PlayException(this.message);
Constructs a PlayException with a message.
const PlayException(this.message);