| 1 | <?php |
||
| 20 | class InvalidTimestampException extends ResponseException |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param int $timestamp |
||
| 24 | * @param ResponseInterface $response |
||
| 25 | * @param Exception|null $previous |
||
| 26 | */ |
||
| 27 | 3 | public function __construct($timestamp, ResponseInterface $response, Exception $previous = null) |
|
| 38 | } |
||
| 39 |