Skip to content

Commit 9812f4d

Browse files
committed
fixed handling exceptions
1 parent 36c542e commit 9812f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function buildDocsUtils()
234234
$documentationFile = 'docs/reference/' . $utilName . '.md';
235235
$this->documentApiClass($documentationFile, $className, false, $repositoryName);
236236
$this->postProcessFile($utilName, $documentationFile);
237-
} catch ($err) {
237+
} catch (\Exception $err) {
238238

239239
}
240240
}

0 commit comments

Comments
 (0)