<?php declare(strict_types = 1); namespace Drupal\authman\Exception; /** * Thrown for issues related to Key or Key configs. */ class AuthmanKeyException extends \Exception { }
Главная | Обратная связь