// SYSTEM PANEL //
[ROOT]
/
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
vendor
/
league
/
container
/
src
/
Exception
[ PARENT ]
EDIT :: ContainerException.php
<?php namespace Automattic\Kkart\Vendor\League\Container\Exception; use Psr\Container\ContainerExceptionInterface; use RuntimeException; class ContainerException extends RuntimeException implements ContainerExceptionInterface { }
SAVE
CANCEL