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

Breadcrumb

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

function Call::getException

Returns exception that call thrown.

Return value

null|Exception

File

vendor/phpspec/prophecy/src/Prophecy/Call/Call.php, line 101

Class

Call
Call object.

Namespace

Prophecy\Call

Code

public function getException() {
    return $this->exception;
}
RSS feed
Powered by Drupal