RequestTimeout
Request timeout library for Excimer with plain PHP fallback
|
An exception thrown when CriticalSectionProvider::exit() is called with a name not matching the one used in the prior CriticalSectionProvider::enter() call. More...
Public Member Functions | |
__construct ( $actual, $expected) | |
An exception thrown when CriticalSectionProvider::exit() is called with a name not matching the one used in the prior CriticalSectionProvider::enter() call.
Wikimedia\RequestTimeout\CriticalSectionMismatchException::__construct | ( | $actual, | |
$expected ) |
string | $actual | The name used in exit() |
string | $expected | The name used in enter(), or "[none]" if there was no enter() call. |