Skip to content

Commit

Permalink
Merge pull request #3 from markoheijnen/patch-1
Browse files Browse the repository at this point in the history
Fix firing exception
  • Loading branch information
Stern87 authored Jul 4, 2017
2 parents 6e499cc + 77c57c3 commit b8ba43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FPDF.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected function _dochecks()
function Error($msg)
{
// Fatal error
throw new Exception('FPDF error: ' . $msg);
throw new \Exception('FPDF error: ' . $msg);
}

protected function _getpagesize($size)
Expand Down

0 comments on commit b8ba43e

Please sign in to comment.