Current File : //var/www/prestashop/vendor/mrclay/props-dic/src/Props/BadMethodCallException.php
<?php

namespace Props;

use Psr\Container\ContainerExceptionInterface;

class BadMethodCallException extends \Exception implements ContainerExceptionInterface
{
}