Skip to content

Commit

Permalink
Delete unused Exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Mar 28, 2024
1 parent c109a53 commit 944412c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
17 changes: 0 additions & 17 deletions vendor/lib/Exception.php

This file was deleted.

4 changes: 2 additions & 2 deletions vendor/lib/Sepa/Exception.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: Exception.php 7657 2019-04-12 21:26:58Z markus $
// $Id: Exception.php 8747 2024-03-28 17:20:05Z markus $
declare(strict_types=1);

namespace MG\Sepa;
Expand All @@ -11,7 +11,7 @@
* @since 2017-06-13
* @uses \Exception
*/
class Exception extends \MG\Exception
class Exception extends \Exception
{
const MESSAGE_ID_EMTPY = 1101;
const MESSAGE_ID_INVALID = 1102;
Expand Down

0 comments on commit 944412c

Please sign in to comment.