Skip to content

Commit 0b724ca

Browse files
committed
Fix Exception namespace
1 parent 3af8799 commit 0b724ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/PaypalIPN.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<?php namespace overint;
1+
<?php
2+
3+
namespace overint;
4+
5+
use \Exception
26

37
class PaypalIPN
48
{

0 commit comments

Comments
 (0)