You are here

class OgRoleException in Organic groups 8

Exception thrown when an invalid action is performed on immutable properties.

Hierarchy

  • class \Drupal\og\Exception\OgRoleException extends \Drupal\og\Exception\LogicException

Expanded class hierarchy of OgRoleException

2 files declare their use of OgRoleException
OgRole.php in src/Entity/OgRole.php
OgRoleTest.php in tests/src/Kernel/Entity/OgRoleTest.php

File

src/Exception/OgRoleException.php, line 10

Namespace

Drupal\og\Exception
View source
class OgRoleException extends \LogicException {

}

Members