-
Notifications
You must be signed in to change notification settings - Fork 111
Wrong Exception class #850
Copy link
Copy link
Closed
Labels
Description
ui/src/ActionExecutor/UserAction.php
Line 558 in 4fad5d4
| $m->text->content = $e->getHTML(); |
Call to getHTML method suggestes that exception object is expected to be of \atk4\core\Exception class while the actual exception caught can be \Exception so the getHTML method does not exist
Reactions are currently unavailable