PHP_CodeSniffer
[ class tree: PHP_CodeSniffer ] [ index: PHP_CodeSniffer ] [ all elements ]

Source for file DeepExitException.php

Documentation is available at DeepExitException.php

  1. <?php
  2. /**
  3.  * An exception thrown by PHP_CodeSniffer when it wants to exit from somewhere not in the main runner.
  4.  *
  5.  * Allows the runner to return an exit code instead of putting exit codes elsewhere
  6.  * in the source code.
  7.  *
  8.  * @author    Greg Sherwood <gsherwood@squiz.net>
  9.  * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
  10.  * @license   https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
  11.  */
  12.  
  13. namespace PHP_CodeSniffer\Exceptions;
  14.  
  15. class DeepExitException extends \Exception
  16. {
  17.  
  18. }//end class

Documentation generated on Mon, 11 Mar 2019 15:27:22 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.