PException constructor

const PException([
  1. String? message
])

Implementation

const PException([this.message]);