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

namespace Props;

use Psr\Container\ContainerExceptionInterface;

class ValueUnresolvableException extends \Exception implements ContainerExceptionInterface
{
}