Skip to content

Instantly share code, notes, and snippets.

@gartes
Last active July 27, 2018 13:23
Show Gist options
  • Select an option

  • Save gartes/8dcebd1bcfa44345cc4bbf3deb7c7a33 to your computer and use it in GitHub Desktop.

Select an option

Save gartes/8dcebd1bcfa44345cc4bbf3deb7c7a33 to your computer and use it in GitHub Desktop.
Exception
try{
throw new Exception( 'Error_Text' );
}catch (Exception $e){
JFactory::getApplication()->enqueueMessage( $e->getMessage() , 'error');
}
// $e->getCode()
// $e->getMessage()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment