File "NotFoundException.php"
Full path: /home/capoeirajd/www/wp-content/plugins/wp-migrate-db/vendor/php-di/php-di/src/DI/NotFoundException.php
File
size: 325 B (325 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
namespace DeliciousBrains\WPMDB\Container\DI;
use DeliciousBrains\WPMDB\Container\Interop\Container\Exception\NotFoundException as BaseNotFoundException;
/**
* Exception thrown when a class or a value is not found in the container.
*/
class NotFoundException extends \Exception implements BaseNotFoundException
{
}