PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
/
qCal
/
Exception
<?php /** * Invalid Property Value Exception - if a property requires a certain type of value, and it is given * the wrong value type, it will throw this exception. * @package qCal * @copyright Luke Visinoni (luke.visinoni@gmail.com) * @author Luke Visinoni (luke.visinoni@gmail.com) * @license GNU Lesser General Public License */ class qCal_Exception_InvalidPropertyValue extends qCal_Exception { }
[+]
..
[-] MissingComponent.php
[edit]
[-] InvalidFile.php
[edit]
[-] MissingProperty.php
[edit]
[-] FileNotFound.php
[edit]
[-] InvalidComponent.php
[edit]
[-] InvalidProperty.php
[edit]
[-] InvalidPropertyValue.php
[edit]