You are here

public function MethodNotFoundException::getMethodName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php \Prophecy\Exception\Doubler\MethodNotFoundException::getMethodName()

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/MethodNotFoundException.php, line 51

Class

MethodNotFoundException

Namespace

Prophecy\Exception\Doubler

Code

public function getMethodName() {
  return $this->methodName;
}