PivoxException constructor

const PivoxException(
  1. String message
)

Creates a new PivoxException with the given message

Implementation

const PivoxException(this.message);