Skip to content

Instantly share code, notes, and snippets.

@joaorobertopb
Created October 4, 2018 23:37
Show Gist options
  • Save joaorobertopb/b0fb6c8eaf5d14e038107df5ff93f303 to your computer and use it in GitHub Desktop.
Save joaorobertopb/b0fb6c8eaf5d14e038107df5ff93f303 to your computer and use it in GitHub Desktop.
Use nomes passíveis de busca! A variável $e além de estar abreviada, não é passível de busca, pois a letra “e” sozinha, compõem diversos outros nomes...
<?php
try {
// Faz alguma coisa…
} catch (Exception $e) {
return $e->getMessage();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment