Aeon\RateLimiter\Exception\RateLimitException

View at GitHub ( 1.x )
Introduction

Class synopis

class final RateLimitException extends RuntimeException implements \Throwable
{
public __construct ( string $id , int $limit , TimeUnit $retryIn , TimeUnit $reset , [ ? \Throwable $previous = null ] )
public id ( void ) : string
public limit ( void ) : int
public retryIn ( void ) : TimeUnit
public reset ( void ) : TimeUnit
private __clone ( void ) : mixed
public getMessage ( void ) : mixed
public getCode ( void ) : mixed
public getFile ( void ) : mixed
public getLine ( void ) : mixed
public getTrace ( void ) : mixed
public getPrevious ( void ) : mixed
public getTraceAsString ( void ) : mixed
public __toString ( void ) : mixed
public __wakeup ( void ) : mixed
}
Table of Contents