File "ExceptionReported-20251205033807.php"

Full Path: /var/www/drive/laravel/pulse/src/Recorders/ExceptionReported-20251205033807.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)
    {
        //
    }
}