Skip to content

Commit

Permalink
Merge pull request larabook#100 from mohammad6006/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hpakdaman authored Feb 8, 2018
2 parents ce471a4 + c29292e commit fb749ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can make connection to bank by several way (Facade , Service container):

return $gateway->redirect();
} catch (Exception $e) {
} catch (\Exception $e) {
echo $e->getMessage();
}
Expand All @@ -90,7 +90,7 @@ and in your callback :
// Your code here
} catch (Exception $e) {
} catch (\Exception $e) {
echo $e->getMessage();
}
Expand Down

0 comments on commit fb749ad

Please sign in to comment.