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