oont-contents/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php
2025-02-08 15:10:23 +01:00

10 lines
268 B
PHP

<?php
namespace WP_Rocket\Dependencies\League\Container\Exception;
use WP_Rocket\Dependencies\Psr\Container\NotFoundExceptionInterface;
use InvalidArgumentException;
class NotFoundException extends InvalidArgumentException implements NotFoundExceptionInterface
{
}