Skip to content

Commit

Permalink
Fix Exception namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
overint committed Jun 27, 2018
1 parent 3af8799 commit 0b724ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/PaypalIPN.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php namespace overint;
<?php

namespace overint;

use \Exception

class PaypalIPN
{
Expand Down

0 comments on commit 0b724ca

Please sign in to comment.