Skip to content

Instantly share code, notes, and snippets.

@gmanricks
Last active December 15, 2015 05:19
Show Gist options
  • Select an option

  • Save gmanricks/5208217 to your computer and use it in GitHub Desktop.

Select an option

Save gmanricks/5208217 to your computer and use it in GitHub Desktop.
<?php
try
{
$conn = connectToDatabase($credentials);
}
catch (NoDbAtThatUriException $e)
{
//handle it
}
catch (LoginException $e)
{
//handle it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment