PHP 8.3.31
Preview: BackedEnumCaseNotFoundException.php Size: 454 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/BackedEnumCaseNotFoundException.php

<?php

namespace Illuminate\Routing\Exceptions;

use RuntimeException;

class BackedEnumCaseNotFoundException extends RuntimeException
{
    /**
     * Create a new exception instance.
     *
     * @param  string  $backedEnumClass
     * @param  string  $case
     * @return void
     */
    public function __construct($backedEnumClass, $case)
    {
        parent::__construct("Case [{$case}] not found on Backed Enum [{$backedEnumClass}].");
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
454 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
351 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
769 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
1001 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download
931 B lrw-rw-rw- 2025-09-17 06:53:02
Edit Download

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