toalett-redis-timeseries/src/Exception/InvalidArgumentException.php

10 lines
187 B
PHP

<?php
namespace Toalett\Redis\Timeseries\Exception;
use InvalidArgumentException as PhpInvalidArgumentException;
class InvalidArgumentException extends PhpInvalidArgumentException
{
}