- Issue created by @murz
- last update
over 1 year ago 3 pass - @murz opened merge request.
- last update
over 1 year ago 3 pass - last update
over 1 year ago 3 pass - 🇦🇲Armenia murz Yerevan, Armenia
Implemented, now exceptions and other throwable objects will be represented like this:
{ "time": "2023-09-25T08:44:09+04:30", "message": "Exception: MyError in Drupal\\my_module\\Form\\MyForm->buildForm() (line 69 of /var/www/html/docroot/modules/custom/my_module/src/Form/MyForm.php).", "channel": "php", "request_uri": "https://my.ddev.site/admin/config/my-module", "level": "error", "uid": "1", "exception": { "message": "MyError", "code": 0, "file": "/var/www/html/docroot/modules/custom/my_module/src/Form/MyForm.php", "line": 69, "trace": [ { "function": "buildForm", "class": "Drupal\\my_form\\my_module\\Form\\MyForm->buildForm", "type": "->", "args": [ { "#attributes": { "class": [ "my-form" ] } }, {} ] }, { "file": "/var/www/html/docroot/core/lib/Drupal/Core/Form/FormBuilder.php", "line": 536, "function": "call_user_func_array", "args": [ [ {}, "buildForm" ], [ { "#attributes": { "class": [ "my-form" ] } }, {} ] ] }, ...
- Status changed to Fixed
over 1 year ago 11:44am 7 October 2023