<?php declare(strict_types=1); namespace Drupal\og\Exception; /** * Exception thrown when an invalid action is performed on immutable properties. */ class OgRoleException extends \LogicException { }
Главная | Обратная связь