OpenXE/classes/Components/Util/Exception/StringUtilException.php
2021-05-21 08:49:41 +02:00

10 lines
165 B
PHP

<?php
namespace Xentral\Components\Util\Exception;
use RuntimeException;
class StringUtilException extends RuntimeException implements UtilExceptionInterface
{
}