PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
/
qCal
/
Exception
<?php /** * Invalid Component Exception - when an attempt is made to attach a component to another component, and it isn't allowed * this exception is thrown, for instance attempting to attach a calendar to a todo * @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_InvalidComponent extends qCal_Exception { }
[+]
..
[-] MissingComponent.php
[edit]
[-] InvalidFile.php
[edit]
[-] MissingProperty.php
[edit]
[-] FileNotFound.php
[edit]
[-] InvalidComponent.php
[edit]
[-] InvalidProperty.php
[edit]
[-] InvalidPropertyValue.php
[edit]