UNPKG

linguee

Version:

Bilingual word translation straight from Linguee website

7 lines (5 loc) 165 B
const notFoundException = function(query) { this.type = 'Not Found'; this.message = `The word "${query}" was not found`; }; module.exports = notFoundException;