Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
woocommerce-paypal-payments
/
vendor
/
dhii
/
module-interface
/
src
/
Exception
:
ModuleExceptionInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php declare(strict_types=1); namespace Dhii\Modular\Module\Exception; use Dhii\Modular\Module\ModuleAwareInterface; use Throwable; /** * Represents an exception that is thrown in relation to a module. * * @since 0.2 */ interface ModuleExceptionInterface extends Throwable, ModuleAwareInterface { }