AuthcacheP13nObjectFactoryException.inc in Authenticated User Page Caching (Authcache) 7.2
Defines exception class for object factory.
File
modules/authcache_p13n/includes/AuthcacheP13nObjectFactoryException.incView source
<?php
/**
* @file
* Defines exception class for object factory.
*/
/**
* Exception class for object factory.
*/
class AuthcacheP13nObjectFactoryException extends Exception {
}
Classes
Name | Description |
---|---|
AuthcacheP13nObjectFactoryException | Exception class for object factory. |