UNPKG

photo-sphere-viewer

Version:

A JavaScript library to display Photo Sphere panoramas

7 lines (6 loc) 109 B
/** * @summary Custom error used in the lib */ export class PSVError extends Error { name: 'PSVError'; }