| Current Path : /var/www/web3/encuestasupua/application/core/ |
| Current File : /var/www/web3/encuestasupua/application/core/WrongTemplateVersionException.php |
<?php
/**
* Thrown when template/theme can't be loaded and
* there's a mismatch between template version in
* db and in config.xml
* @todo Put in another folder?
*/
class WrongTemplateVersionException extends CException
{
}