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

Breadcrumb

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

class SolverBugException

@author Nils Adermann <naderman@naderman.de>

Hierarchy

  • class \Composer\DependencyResolver\SolverBugException extends \Composer\DependencyResolver\RuntimeException

Expanded class hierarchy of SolverBugException

File

vendor/composer/composer/src/Composer/DependencyResolver/SolverBugException.php, line 18

Namespace

Composer\DependencyResolver
View source
class SolverBugException extends \RuntimeException {
    public function __construct(string $message) {
        parent::__construct($message . "\nThis exception was most likely caused by a bug in Composer.\n" . "Please report the command you ran, the exact error you received, and your composer.json on https://github.com/composer/composer/issues - thank you!\n");
    }

}

Members

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

API Navigation

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