UNPKG

370 BTypeScriptView Raw
1export default class AssertionError extends Error {
2 constructor(code: number);
3 /**
4 * Error code. The meaning of the code can be found on
5 * https://openlayers.org/en/latest/doc/errors/ (replace latest with
6 * the version found in the OpenLayers script's header comment if a version
7 * other than the latest is used).
8 */
9 code: number;
10}