PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
libraries
/
fof30
/
Controller
/
Exception
<?php /** * @package FOF * @copyright Copyright (c)2010-2020 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 2, or later */ namespace FOF30\Controller\Exception; defined('_JEXEC') || die; /** * Exception thrown when the provided Model is not a DataModel */ class NotADataModel extends \InvalidArgumentException { }
[-] TaskNotFound.php
[edit]
[-] CannotGetName.php
[edit]
[-] ItemNotFound.php
[edit]
[-] LockedRecord.php
[edit]
[-] NotADataModel.php
[edit]
[+]
..