You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Fix: Catch exceptions in Helper/Ping.php (#19)
* Bug Fix: Catch exceptions in Helper/Ping.php
Exceptions are not caught in the Ping helper because the catch clause only catches instances of `Ometria\Core\Helper\Exception` due to a missing `\`
* Update composer.json
Co-authored-by: Chris Pook <[email protected]>
0 commit comments