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

Breadcrumb

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

class FileDoesNotHaveLineException

@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

@internal This class is not covered by the backward compatibility promise for PHPUnit

Hierarchy

  • class \PHPUnit\Runner\Baseline\FileDoesNotHaveLineException extends \RuntimeException implements \PHPUnit\Runner\Exception

Expanded class hierarchy of FileDoesNotHaveLineException

File

vendor/phpunit/phpunit/src/Runner/Baseline/Exception/FileDoesNotHaveLineException.php, line 21

Namespace

PHPUnit\Runner\Baseline
View source
final class FileDoesNotHaveLineException extends RuntimeException implements Exception {
    public function __construct(string $file, int $line) {
        parent::__construct(sprintf('File "%s" does not have line %d', $file, $line));
    }

}

Members

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

API Navigation

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