PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
libraries
/
fof30
/
Model
/
DataModel
/
Relation
/
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\Model\DataModel\Relation\Exception; defined('_JEXEC') || die; use Exception; class RelationNotFound extends Exception { }
[-] PivotTableNotFound.php
[edit]
[-] ForeignModelNotFound.php
[edit]
[-] NewNotSupported.php
[edit]
[-] RelationNotFound.php
[edit]
[-] SaveNotSupported.php
[edit]
[-] RelationTypeNotFound.php
[edit]
[+]
..