Skip to content

Commit

Permalink
corrected Description of UserException
Browse files Browse the repository at this point in the history
  • Loading branch information
twitnic committed May 14, 2020
1 parent ca2e423 commit 160662e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Jejik/MT940/Exception/UserException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
namespace Jejik\MT940\Exception;

/**
* Class NoParserFoundException An exception that is thrown when no one of the given parsers accepted the document.
* Class UserException
* @package Jejik\MT940\Exception
*/
class UserException extends \Exception
{
/**
* NoParserFoundException constructor.
* UserException constructor.
* Creates the exception instance with a hardcoded message.
*/
public function __construct()
Expand Down

0 comments on commit 160662e

Please sign in to comment.