GeForce Manager
PHP Advanced
C:
/
xampp
/
htdocs
/
Ajaji
/
libraries
/
vendor
/
joomla
/
archive
/
src
/
Exception
/
Name
Size
Perms
Actions
📄
UnknownArchiveException.php
413 B
0666
Edit
Perms
Delete
📄
UnsupportedArchiveException.php
1331 B
0666
Edit
Perms
Delete
Editing:
UnknownArchiveException.php
<?php /** * Part of the Joomla Framework Archive Package * * @copyright Copyright (C) 2005 - 2021 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\Archive\Exception; /** * Exception class defining an unknown archive type * * @since 2.0.0 */ class UnknownArchiveException extends \InvalidArgumentException { }
Cancel