Fix QL doc.

This commit is contained in:
Cornelius Riemenschneider
2021-03-19 11:27:51 +01:00
parent 39a7d3decc
commit 63e560e3b4

View File

@@ -47,6 +47,7 @@ private newtype TExtractionError =
* Superclass for the extraction error hierarchy.
*/
class ExtractionError extends TExtractionError {
/** Gets the string representation of the error. */
string toString() { none() }
/** Gets the error message for this error. */