PATH:
home
/
vcomplcotr
/
www
/
wp-content
/
plugins
/
akeebabackupwp
/
app
/
vendor
/
akeeba
/
awf
/
src
/
Exception
<?php /** * @package awf * @copyright Copyright (c)2014-2026 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU GPL version 3 or later */ namespace Awf\Exception; /** * Class App * * Application-level exception * * @package Awf\Exception * * @codeCoverageIgnore */ class App extends \Exception implements Generic { }
[+]
..
[-] App.php
[edit]
[-] Generic.php
[edit]
[-] Dispatch.php
[edit]