Created
October 4, 2018 23:37
-
-
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...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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