RdfException constructor
- String message, {
- Object? cause,
- SourceLocation? source,
Creates a new RDF exception
Parameters:
message
: Required description of the errorcause
: Optional underlying cause of this exceptionsource
: Optional location information where the error occurred
Implementation
const RdfException(this.message, {this.cause, this.source});