<?php declare(strict_types=1); namespace Drupal\raven\Exception; /** * Log event rate limit exceeded. */ class RateLimitException extends \Exception { }
Главная | Обратная связь