Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @xepozz
  • Loading branch information
xepozz authored Aug 9, 2025
commit 850326e5df7997aa55bab46f1ce7ac3fe39f2593
3 changes: 3 additions & 0 deletions src/Solution/SolutionProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ interface SolutionProviderInterface
{
public function supports(\Throwable $e): bool;
Comment thread
xepozz marked this conversation as resolved.

/**
* Generates an HTML code with solution which will be clean by {@see \Yiisoft\ErrorHandler\Renderer\HtmlRenderer} and shown to the end user.
*/
public function generate(\Throwable $e): string;
Comment thread
xepozz marked this conversation as resolved.
}
Loading