Merged
Merged
Conversation
clue
changed the title
Add new
Add new set_rejection_handler() functionset_rejection_handler() function for unhandled rejections
clue deleted the set-rejection-handler branch
July 11, 2023 10:00|
|
||
| $message = 'Unhandled promise rejection with ' . \get_class($this->reason) . ': ' . $this->reason->getMessage() . ' in ' . $this->reason->getFile() . ':' . $this->reason->getLine() . PHP_EOL; | ||
| $message .= 'Stack trace:' . PHP_EOL . $this->reason->getTraceAsString(); | ||
| $handler = set_rejection_handler(null); |
Closed
clue
mentioned this pull request
Merged
clue
mentioned this pull request
Closed
clue
mentioned this pull request
Closed
clue
mentioned this pull request
Merged