Skip to content

Commit

Permalink
Merge branch 'master' into 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
domibarton committed May 12, 2015
2 parents 3784034 + 4e7aea1 commit e5227f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ try

/* ... do your stuff here ... */
}
catch(\Exception $e)
catch(Exception $e)
{
// Exception in ZabbixApi catched
echo $e->getMessage();
Expand Down

0 comments on commit e5227f3

Please sign in to comment.