FlintError constructor
FlintError(})
Creates a new FlintError with the given message.
Implementation
FlintError(
this.message, {
this.statusCode,
this.originalException,
this.url,
this.method,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();