Skip to content

Commit

Permalink
Merge pull request #4 from iamfreee/patch-1
Browse files Browse the repository at this point in the history
Fixed namespace, 's' was missing
  • Loading branch information
RonMelkhior authored Mar 8, 2017
2 parents 5001a18 + 1597089 commit 654246f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace RonMelkhior\CoinpaymentsIPN\Exception;
namespace RonMelkhior\CoinpaymentsIPN\Exceptions;

class InsufficientDataException extends \Exception
{
Expand Down

0 comments on commit 654246f

Please sign in to comment.