File "ExceptionReported-20251205095752.php"
Full Path: /var/www/drive/laravel/pulse/src/Support/ExceptionReported-20251205095752.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)
{
//
}
}