PageError constructor
const
PageError(})
Creates an error response with the given message.
Defaults to status code 500 (Internal Server Error).
Implementation
const PageError(
this.message, {
this.statusCode = 500,
this.data = const {},
this.cookies = const [],
});