10 lines
155 B
PHP
10 lines
155 B
PHP
<?php
|
|
|
|
namespace Toalett\Redis\Timeseries\Exception;
|
|
|
|
use RuntimeException as PhpRuntimeException;
|
|
|
|
class RuntimeException extends PhpRuntimeException
|
|
{
|
|
}
|