Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

TokenizerException.php

Namespace

PHP_CodeSniffer\Exceptions

File

vendor/squizlabs/php_codesniffer/src/Exceptions/TokenizerException.php

View source
<?php


/**
 * An exception thrown by PHP_CodeSniffer when it encounters an unrecoverable tokenizer error.
 *
 * @author    Greg Sherwood <gsherwood@squiz.net>
 * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
 * @license   https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
 */
namespace PHP_CodeSniffer\Exceptions;

use Exception;
class TokenizerException extends Exception {

}

//end class

Classes

Title Deprecated Summary
TokenizerException

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal