IProovException constructor

IProovException(
  1. String title, [
  2. String? message
])

Implementation

IProovException(this.title, [this.message]);