error = $error; } /** * {@inheritDoc} */ public function when(callable $func) { $func($this->error, $result = null, $callbackData = null); } /** * {@inheritDoc} */ public function watch(callable $func) { return; } }