File "NotFoundException.php"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props/NotFoundException.php
File size: 233 bytes
MIME-type: text/x-php
Charset: utf-8

 
Open Back
<?php

namespace Props;

use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;

class NotFoundException extends \Exception implements ContainerExceptionInterface, NotFoundExceptionInterface
{
}