PatrolFinderException constructor

const PatrolFinderException(
  1. String message
)

Creates a new PatrolFinderException.

Implementation

const PatrolFinderException(this.message);