Home
last modified time | relevance | path

Searched refs:E_OPT_ARG_REQUIRED (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DException.php18 const E_OPT_ARG_REQUIRED = 2; //Option requires argument define in splitbrain\\phpcli\\Exception
H A DOptions.php204 throw new Exception("Not enough arguments", Exception::E_OPT_ARG_REQUIRED);
265 Exception::E_OPT_ARG_REQUIRED);
291 Exception::E_OPT_ARG_REQUIRED);