PHP 8.3.31
Preview: PhpVersionNotSupportedException.php Size: 372 B
/home/getspomw/royalsquad.us/vendor/laravel/serializable-closure/src/Exceptions/PhpVersionNotSupportedException.php

<?php

namespace Laravel\SerializableClosure\Exceptions;

use Exception;

class PhpVersionNotSupportedException extends Exception
{
    /**
     * Create a new exception instance.
     *
     * @param  string  $message
     * @return void
     */
    public function __construct($message = 'PHP 7.3 is not supported.')
    {
        parent::__construct($message);
    }
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
425 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
395 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download
372 B lrw-rw-rw- 2025-09-17 06:53:03
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).