oont-contents/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props/BadMethodCallException.php
2025-02-10 13:57:45 +01:00

9 lines
164 B
PHP

<?php
namespace Props;
use Psr\Container\ContainerExceptionInterface;
class BadMethodCallException extends \Exception implements ContainerExceptionInterface
{
}