UNPKG

miming

Version:

Processing and formatting for various mime types.

9 lines (6 loc) 178 B
"use strict"; var MimeError = require('./mime'); module.exports = MimeError.inherit(function FormatError (message) { this.name = 'FormatError'; this.message = message; });