Lines Matching refs:PHP_CodeSniffer_Exception

300      * @throws PHP_CodeSniffer_Exception If the register() method does
454 } catch (PHP_CodeSniffer_Exception $e) {
702 } catch (PHP_CodeSniffer_Exception $e) {
754 * @throws PHP_CodeSniffer_Exception If $file could not be opened.
763 throw new PHP_CodeSniffer_Exception($error);
768 throw new PHP_CodeSniffer_Exception($error);
1423 * @throws PHP_CodeSniffer_Exception If the file cannot be processed.
1437 … throw new PHP_CodeSniffer_Exception('File appears to be minified and cannot be processed');
2218 … throw new PHP_CodeSniffer_Exception('Maximum nesting level reached; file could not be processed');
2666 * @throws PHP_CodeSniffer_Exception If the specified token is not of type
2687 …throw new PHP_CodeSniffer_Exception('Token type "'.$this->_tokens[$stackPtr]['type'].'" is not T_F…
2710 * @throws PHP_CodeSniffer_Exception If the specified token is not of type
2717 throw new PHP_CodeSniffer_Exception('Token type is not T_FUNCTION');
2772 * @throws PHP_CodeSniffer_Exception If the specified $stackPtr is not of
2780 … throw new PHP_CodeSniffer_Exception('$stackPtr must be of type T_FUNCTION or T_CLOSURE');
2940 * @throws PHP_CodeSniffer_Exception If the specified position is not a
2946 throw new PHP_CodeSniffer_Exception('$stackPtr must be of type T_FUNCTION');
3027 * @throws PHP_CodeSniffer_Exception If the specified position is not a
3034 throw new PHP_CodeSniffer_Exception('$stackPtr must be of type T_VARIABLE');
3059 throw new PHP_CodeSniffer_Exception('$stackPtr is not a class member var');
3127 * @throws PHP_CodeSniffer_Exception If the specified position is not a
3133 throw new PHP_CodeSniffer_Exception('$stackPtr must be of type T_CLASS');