Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/voku/.././phar-io/.././iyzico/../psr/./../laravel/sanctum/../serializable-closure/src/Exceptions
الملفات الموجودة في هذا الـ Path:
.
..
InvalidSignatureException.php
MissingSecretKeyException.php
PhpVersionNotSupportedException.php

مشاهدة ملف: 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);
    }
}