Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a7d3d commit 63e560eCopy full SHA for 63e560e
1 file changed
cpp/ql/src/Diagnostics/FailedExtractions.qll
@@ -47,6 +47,7 @@ private newtype TExtractionError =
47
* Superclass for the extraction error hierarchy.
48
*/
49
class ExtractionError extends TExtractionError {
50
+ /** Gets the string representation of the error. */
51
string toString() { none() }
52
53
/** Gets the error message for this error. */
0 commit comments