PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
/
qCal
/
Exception
<?php /** * Invalid Property Value Exception - if a component requires a certain property, and is instantiated * without that property, this exception is thrown. * @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_MissingProperty extends qCal_Exception { }
[+]
..
[-] MissingComponent.php
[edit]
[-] InvalidFile.php
[edit]
[-] MissingProperty.php
[edit]
[-] FileNotFound.php
[edit]
[-] InvalidComponent.php
[edit]
[-] InvalidProperty.php
[edit]
[-] InvalidPropertyValue.php
[edit]