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

<?php

namespace Laravel\SerializableClosure\Exceptions;

use Exception;

class InvalidSignatureException extends Exception
{
    /**
     * Create a new exception instance.
     *
     * @param  string  $message
     * @return void
     */
    public function __construct($message = 'Your serialized closure might have been modified or it\'s unsafe to be unserialized.')
    {
        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).