$site->errorPage() Returns the error page object kirby/src/Cms/Site.php#L236 $site->errorPage(): Kirby\Cms\Page|null Return type Kirby\Cms\Page|null Parent class Kirby\Cms\Site Example <?= $site->errorPage()->text() ?>