class GeoStoreNotFound extends Error {

    constructor(code, message) {
        super(message);
        this.status = code;