PageNotFoundException constructor

const PageNotFoundException(
  1. Destination destination
)

Create a PageNotFoundException with the following destination.

Implementation

const PageNotFoundException(this.destination);