JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "MissingSecretKeyException.php"

Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/laravel/serializable-closure/src/Exceptions/MissingSecretKeyException.php
File size: 395 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\SerializableClosure\Exceptions;

use Exception;

class MissingSecretKeyException extends Exception
{
    /**
     * Create a new exception instance.
     *
     * @param  string  $message
     * @return void
     */
    public function __construct($message = 'No serializable closure secret key has been specified.')
    {
        parent::__construct($message);
    }
}