Remove unused exception
This commit is contained in:
parent
9c05910e68
commit
5656a24c96
@ -224,12 +224,4 @@ class VersionInfoInMulticommandTxException : public QueryException {
|
|||||||
: QueryException("Version info query not allowed in multicommand transactions.") {}
|
: QueryException("Version info query not allowed in multicommand transactions.") {}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* An exception for an illegal operation that violates schema
|
|
||||||
*/
|
|
||||||
class SchemaViolationException : public QueryRuntimeException {
|
|
||||||
public:
|
|
||||||
using QueryRuntimeException::QueryRuntimeException;
|
|
||||||
};
|
|
||||||
|
|
||||||
} // namespace memgraph::query::v2
|
} // namespace memgraph::query::v2
|
||||||
|
Loading…
Reference in New Issue
Block a user