Skip to content

Commit

Permalink
Fixed namespace, 's' was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosflorencio authored Mar 8, 2017
1 parent 5001a18 commit 1597089
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 1597089

Please sign in to comment.