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

Breadcrumb

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

function OptionDoesNotAllowArgumentException::__construct

File

vendor/sebastian/cli-parser/src/exceptions/OptionDoesNotAllowArgumentException.php, line 17

Class

OptionDoesNotAllowArgumentException

Namespace

SebastianBergmann\CliParser

Code

public function __construct(string $option) {
    parent::__construct(sprintf('Option "%s" does not allow an argument', $option));
}

API Navigation

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