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

Breadcrumb

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

function UnexpectedCallsException::__construct

Parameters

string $message:

MethodProphecy $methodProphecy:

list<Call> $calls:

Overrides MethodProphecyException::__construct

2 calls to UnexpectedCallsException::__construct()
UnexpectedCallsCountException::__construct in vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php
UnexpectedCallsCountException::__construct in vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php
1 method overrides UnexpectedCallsException::__construct()
UnexpectedCallsCountException::__construct in vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsCountException.php

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/UnexpectedCallsException.php, line 27

Class

UnexpectedCallsException

Namespace

Prophecy\Exception\Prediction

Code

public function __construct($message, MethodProphecy $methodProphecy, array $calls) {
    parent::__construct($message, $methodProphecy);
    $this->calls = $calls;
}

API Navigation

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