class OgException in Organic groups 7
Same name and namespace in other branches
- 7.2 includes/og.exception.inc \OgException
Provide a separate Exception so it can be caught separately.
Hierarchy
- class \OgException extends \Exception
Expanded class hierarchy of OgException
File
- ./
og.module, line 910 - Enable users to create and manage groups with roles and permissions.
View source
class OgException extends Exception {
}