diff --git a/src/Tracy/MonologAdapter.php b/src/Tracy/MonologAdapter.php index bbb493d..271e8a7 100644 --- a/src/Tracy/MonologAdapter.php +++ b/src/Tracy/MonologAdapter.php @@ -67,7 +67,7 @@ public function __construct( /** * {@inheritdoc} */ - public function getExceptionFile(\Throwable $exception): string + public function getExceptionFile(\Throwable $exception, string $level = self::EXCEPTION): string { return $this->blueScreenRenderer->getExceptionFile($exception); }