UNPKG

mapillary-js

Version:

A WebGL interactive street imagery library

12 lines (8 loc) 290 B
import { MapillaryError } from "./MapillaryError"; export class GraphMapillaryError extends MapillaryError { constructor(message: string) { super(message); Object.setPrototypeOf(this, GraphMapillaryError.prototype); this.name = "GraphMapillaryError"; } }