function RouteError(message) {

    Error.call(this); //super constructor
    Error.captureStackTrace(this, this.constructor);