Skip to content

Commit 5d187c3

Browse files
Add exception output
1 parent 6fd1235 commit 5d187c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ protected function getWebsite($url)
226226
return $responce->getStatusCode();
227227
}
228228
catch (Exception $e) {
229-
229+
echo "Caught exception: {$e->getMessage()}\n";
230230
}
231231
}
232232

0 commit comments

Comments
 (0)