constructor()

in src/index.ts [24:27]


	constructor(message: string) {
		super(message);
		this.name = 'RiffRaffUploadError';
	}