class koaSend extends Error {

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