This commit is contained in:
as2252258@163.com
2021-04-09 02:49:58 +08:00
parent 11071073d3
commit 75395a8f1a
+1
View File
@@ -61,6 +61,7 @@ class Pipeline
} else {
call_user_func($this->_if, ...$argv);
}
var_dump(__METHOD__);
return $argv;
} catch (\Throwable $exception) {
call_user_func($this->_catch, $exception);