We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67593ea commit 10f4e27Copy full SHA for 10f4e27
packages/router/src/Exceptions/HtmlExceptionRenderer.php
@@ -25,10 +25,6 @@
25
use Tempest\View\GenericView;
26
use Throwable;
27
28
-/**
29
- * Renders exceptions for HTML content. The priority is lowered by one because
30
- * JSON-rendering should be the default for requests without `Accept` header.
31
- */
32
#[Priority(Priority::LOW)]
33
final readonly class HtmlExceptionRenderer implements ExceptionRenderer
34
{
0 commit comments