stream_error_handler
Definition
/**
* Create a StreamHandler. Appends formatted Throwables (one per line) to a file
* path or php:// stream wrapper.
*/
stream_error_handler(string $destination, int $filePermissions, bool $createDirectories, string $messagePrefix) : StreamHandler