# ImATeapot Class

Module
import { ImATeapot } from "@tsed/exceptions"
Source/packages/exceptions/src/clientErrors/ImATeapot.ts

# Overview

class ImATeapot extends Exception {
    static readonly STATUS = 418;
    name: string;
    constructor(message: string, origin?: Error | string | any);
}

# Members

static readonly STATUS = 418;

name: string;