grafo-client
Version:
Grafo Client API Library
1 lines • 203 B
JavaScript
const GenericGrafoClientError=require("./GenericGrafoClientError");class GenericValidationError extends GenericGrafoClientError{constructor(r,e,o,i){super(r,e,o,i)}}module.exports=GenericValidationError;