REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 1.32 KB
Close
/home/getspomw/royalsquad.us/vendor/league/uri/UriTemplate/TemplateCanNotBeExpanded.php
Text
Base64
<?php /** * League.Uri (https://uri.thephpleague.com) * * (c) Ignace Nyamagana Butera <nyamsprod@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ declare(strict_types=1); namespace League\Uri\UriTemplate; use InvalidArgumentException; use League\Uri\Contracts\UriException; class TemplateCanNotBeExpanded extends InvalidArgumentException implements UriException { public readonly array $variablesNames; public function __construct(string $message = '', string ...$variableNames) { parent::__construct($message, 0, null); $this->variablesNames = $variableNames; } public static function dueToUnableToProcessValueListWithPrefix(string $variableName): self { return new self('The ":" modifier cannot be applied on "'.$variableName.'" since it is a list of values.', $variableName); } public static function dueToNestedListOfValue(string $variableName): self { return new self('The "'.$variableName.'" cannot be a nested list.', $variableName); } public static function dueToMissingVariables(string ...$variableNames): self { return new self('The following required variables are missing: `'.implode('`, `', $variableNames).'`.', ...$variableNames); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Expression.php
2.89 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Operator.php
6.53 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Template.php
4.33 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
TemplateCanNotBeExpanded.php
1.32 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
VariableBag.php
3.76 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
VarSpecifier.php
2.18 KB
lrw-rw-rw-
2025-09-17 06:53:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).