class WebshotNotFound extends Error {

    constructor(message) {
        super();
        this.name = 'WebshotNotFound';