/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phar-io
/
manifest
/
src
/
exceptions
/
/opt/cpanel/ea-wappspector/vendor/phar-io/manifest/src/exceptions
mkdir
upload
Name
Size
Mode
Actions
ElementCollectionException.php
520
0644
edit
dl
rm
Exception.php
456
0644
edit
dl
rm
InvalidApplicationNameException.php
561
0644
edit
dl
rm
InvalidEmailException.php
515
0644
edit
dl
rm
InvalidUrlException.php
513
0644
edit
dl
rm
ManifestDocumentException.php
503
0644
edit
dl
rm
ManifestDocumentLoadingException.php
1275
0644
edit
dl
rm
ManifestDocumentMapperException.php
509
0644
edit
dl
rm
ManifestElementException.php
502
0644
edit
dl
rm
ManifestLoaderException.php
472
0644
edit
dl
rm
NoEmailAddressException.php
517
0644
edit
dl
rm
Edit:
/opt/cpanel/ea-wappspector/vendor/phar-io/manifest/src/exceptions/InvalidUrlException.php
(513B)
<?php declare(strict_types = 1); /* * This file is part of PharIo\Manifest. * * Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * */ namespace PharIo\Manifest; use InvalidArgumentException; class InvalidUrlException extends InvalidArgumentException implements Exception { }
Save
cmd:
run