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

Breadcrumb

  1. Drupal Core 11.1.x
  2. UnsupportedKeywordException.php

class UnsupportedKeywordException

Hierarchy

  • class \SlevomatCodingStandard\Sniffs\ControlStructures\UnsupportedKeywordException extends \Exception

Expanded class hierarchy of UnsupportedKeywordException

File

vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/ControlStructures/UnsupportedKeywordException.php, line 9

Namespace

SlevomatCodingStandard\Sniffs\ControlStructures
View source
class UnsupportedKeywordException extends Exception {
    public function __construct(string $keyword, ?Throwable $previous = null) {
        parent::__construct(sprintf('"%s" is not supported.', $keyword), 0, $previous);
    }

}

Members

Title Sort descending Modifiers Object type Summary
UnsupportedKeywordException::__construct public function

API Navigation

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