Skip to content

Commit

Permalink
UnsupportedCharsetException extends RuntimeException
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Mar 20, 2024
1 parent 09a6ff1 commit 9e4373a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnsupportedCharsetException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

namespace ZBateson\MbWrapper;

use InvalidArgumentException;
use RuntimeException;

/**
* Exception thrown if MbWrapper can't convert from or two a specified charset.
*
* @author Zaahid Bateson
*/
class UnsupportedCharsetException extends InvalidArgumentException
class UnsupportedCharsetException extends RuntimeException
{
}

0 comments on commit 9e4373a

Please sign in to comment.