File manager - Edit - /var/www/html/gop/api/vendor/archtechx/enums/src/Exceptions/UndefinedCaseError.php
Back
<?php declare(strict_types=1); namespace ArchTech\Enums\Exceptions; use Error; class UndefinedCaseError extends Error { public function __construct(string $enum, string $case) { // Matches the error message of invalid Foo::BAR access parent::__construct("Undefined constant $enum::$case"); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings