---
title: "TYPO3 Exceptions"
manual: "TYPO3 Exceptions"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3exceptions:tip-about-rest-coding-style"
source: "Exceptions/Index.rst"
modified: "2026-09-16T07:39:08+00:00"
---

# TYPO3 Exceptions

Each exception has its own subpage.

**Here are some tips about writing reStructuredText (reST)**

> [!TIP]
> -   **Coding style of the Exception report (reST)**
>
>     Just start writing plain text - as you would do on an old-fashioned
>     typewriter. Any Unicode character is fine. To markup special words
>     follow the rules of **reStructuredText**. For example, if you write:
>
>     ```text
>     this is *emphasis*, **strong emphasis** and `a hyperlink to TYPO3. <https://typo3.org/>`__
>     ```
>
>     the result will be: this is *emphasis*, **strong emphasis** and
>     [a hyperlink to TYPO3.](https://typo3.org/)
>
>     One or more empty lines will end a paragraph.
>
> -   **Learn about reST**
>
>     -   [reStructuredText reference](https://docs.typo3.org/m/typo3/docs-how-to-document/main/en-us/Reference/ReStructuredText/Index.html#rest-reference) \- in TYPO3 documentation
>     -   [Wikipedia (de)](https://de.wikipedia.org/wiki/ReStructuredText)
>         \- some good links (en)
>     -   [Wikipedia (en)](https://en.wikipedia.org/wiki/ReStructuredText)
>         \- profound
