summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/props-dic/src/Props/ValueUnresolvableException.php
blob: 76bba9659dfccea4a1bef7931cc35f0bc0bb07fb (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Props;

use Interop\Container\Exception\ContainerException;

class ValueUnresolvableException extends \Exception implements ContainerException
{
}