# Exception

Exception Thrown for general exceptions and extended by other exception classes

****

- Full class name: `Kirby\Exception\Exception`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Exception/Exception.php#L23>

****

### Exception

- [new Exception()](https://getkirby.com/docs/reference/objects/exception/exception/__construct.md)
- [$exception->__toString()](https://getkirby.com/docs/reference/objects/exception/exception/__to-string.md)
- [$exception->__wakeup()](https://getkirby.com/docs/reference/objects/exception/exception/__wakeup.md)
- [$exception->getCode()](https://getkirby.com/docs/reference/objects/exception/exception/get-code.md)
- [$exception->getData()](https://getkirby.com/docs/reference/objects/exception/exception/get-data.md)
- [$exception->getDetails()](https://getkirby.com/docs/reference/objects/exception/exception/get-details.md)
- [$exception->getFile()](https://getkirby.com/docs/reference/objects/exception/exception/get-file.md)
- [$exception->getFileRelative()](https://getkirby.com/docs/reference/objects/exception/exception/get-file-relative.md)
- [$exception->getHttpCode()](https://getkirby.com/docs/reference/objects/exception/exception/get-http-code.md)
- [$exception->getKey()](https://getkirby.com/docs/reference/objects/exception/exception/get-key.md)
- [$exception->getLine()](https://getkirby.com/docs/reference/objects/exception/exception/get-line.md)
- [$exception->getMessage()](https://getkirby.com/docs/reference/objects/exception/exception/get-message.md)
- [$exception->getPrevious()](https://getkirby.com/docs/reference/objects/exception/exception/get-previous.md)
- [$exception->getTrace()](https://getkirby.com/docs/reference/objects/exception/exception/get-trace.md)
- [$exception->getTraceAsString()](https://getkirby.com/docs/reference/objects/exception/exception/get-trace-as-string.md)
- [$exception->isTranslated()](https://getkirby.com/docs/reference/objects/exception/exception/is-translated.md)
- [$exception->toArray()](https://getkirby.com/docs/reference/objects/exception/exception/to-array.md)