File "BadMethodCallException.php"

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

 
Open Back
<?php

namespace Props;

use Psr\Container\ContainerExceptionInterface;

class BadMethodCallException extends \Exception implements ContainerExceptionInterface
{
}