PHP 8.3.31
Preview: MissingAppKeyException.php Size: 384 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Encryption/MissingAppKeyException.php

<?php

namespace Illuminate\Encryption;

use RuntimeException;

class MissingAppKeyException extends RuntimeException
{
    /**
     * Create a new exception instance.
     *
     * @param  string  $message
     * @return void
     */
    public function __construct($message = 'No application encryption key has been specified.')
    {
        parent::__construct($message);
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
912 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
10.15 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
2.09 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
1.05 KB lrw-rw-rw- 2025-09-17 06:52:59
Edit Download
384 B lrw-rw-rw- 2025-09-17 06:52:59
Edit Download

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