PivoxException constructor
const
PivoxException(
- String message
Creates a new PivoxException with the given message
Implementation
const PivoxException(this.message);
Creates a new PivoxException with the given message
const PivoxException(this.message);