File "ExceptionReported-20251205050309.php"
Full Path: /var/www/drive/laravel/pulse/src/Http/ExceptionReported-20251205050309.php
File size: 220 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Laravel\Pulse\Events;
use Throwable;
class ExceptionReported
{
/**
* Create a new event instance.
*/
public function __construct(public Throwable $exception)
{
//
}
}