<?php declare(strict_types=1); namespace Drupal\g2\Exception; /** * Class RandomException is used for exceptions from the Random service. */ class RandomException extends \RuntimeException { }
Главная | Обратная связь