Open devaygun opened 2 years ago
Occassionally the exceptions are not fully rendered as the $handler = new $cfg[ RB::KEY_HANDLER ](); fails to work, as the array key "handler" is undefined?
$handler = new $cfg[ RB::KEY_HANDLER ]();
This might be loosely linked to this existing issue: https://github.com/MarcinOrlowski/laravel-api-response-builder/issues/226
Undefined arrray key "handler"
The exception should render.
Any additional information that may be helpful diagnosing the problem.
@MarcinOrlowski sorry to bother you with this but do you have any insights?
@denizaygun Can you please come with any steps to reproduce? "Occasionally" is pretty counter-precise and barely useful for any debugging.
What is wrong?
Occassionally the exceptions are not fully rendered as the
$handler = new $cfg[ RB::KEY_HANDLER ]();
fails to work, as the array key "handler" is undefined?This might be loosely linked to this existing issue: https://github.com/MarcinOrlowski/laravel-api-response-builder/issues/226
Steps to reproduce the behavior:
Undefined arrray key "handler"
Expected behavior
The exception should render.
Environment
Notes
Any additional information that may be helpful diagnosing the problem.