| Current Path : /var/www/web3/encuestasupua/application/exceptions/ |
| Current File : /var/www/web3/encuestasupua/application/exceptions/CPDBException.php |
<?php
namespace LimeSurvey\Exceptions;
use Exception;
/**
* Used to spit out error messages if mapping attributes doesn't work.
*/
class CPDBException extends Exception
{
}