Initial commit
This commit is contained in:
9
src/Exception/RuntimeException.php
Normal file
9
src/Exception/RuntimeException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Toalett\Redis\Timeseries\Exception;
|
||||
|
||||
use RuntimeException as PhpRuntimeException;
|
||||
|
||||
class RuntimeException extends PhpRuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user