Skip to content

Commit 9e4373a

Browse files
committed
UnsupportedCharsetException extends RuntimeException
1 parent 09a6ff1 commit 9e4373a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UnsupportedCharsetException.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
namespace ZBateson\MbWrapper;
99

10-
use InvalidArgumentException;
10+
use RuntimeException;
1111

1212
/**
1313
* Exception thrown if MbWrapper can't convert from or two a specified charset.
1414
*
1515
* @author Zaahid Bateson
1616
*/
17-
class UnsupportedCharsetException extends InvalidArgumentException
17+
class UnsupportedCharsetException extends RuntimeException
1818
{
1919
}

0 commit comments

Comments
 (0)