We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb87d46 commit 205fe3eCopy full SHA for 205fe3e
src/WaterPipe/WaterPipe.php
@@ -444,6 +444,7 @@ public function run()
444
* If an exception has occured while running the pipe
445
* This method will return that exception.
446
* Otherwise, will return null.
447
+ * @return \Exception
448
*/
449
function getRunningException () {
450
return $this->_runningException;
0 commit comments