You are here

OgRoleException.php in Organic groups 8

File

src/Exception/OgRoleException.php
View source
<?php

declare (strict_types=1);
namespace Drupal\og\Exception;


/**
 * Exception thrown when an invalid action is performed on immutable properties.
 */
class OgRoleException extends \LogicException {

}

Classes

Namesort descending Description
OgRoleException Exception thrown when an invalid action is performed on immutable properties.