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 we can't find the requested item in a read task */ class ItemNotFound extends \RuntimeException { }
[-] TaskNotFound.php
[edit]
[-] CannotGetName.php
[edit]
[-] ItemNotFound.php
[edit]
[-] LockedRecord.php
[edit]
[-] NotADataModel.php
[edit]
[+]
..