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 8cfee00 commit 850326eCopy full SHA for 850326e
src/Solution/SolutionProviderInterface.php
@@ -12,5 +12,8 @@ interface SolutionProviderInterface
12
{
13
public function supports(\Throwable $e): bool;
14
15
+/**
16
+* Generates an HTML code with solution which will be clean by {@see \Yiisoft\ErrorHandler\Renderer\HtmlRenderer} and shown to the end user.
17
+*/
18
public function generate(\Throwable $e): string;
19
}
0 commit comments