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

namespace Props;

use Interop\Container\Exception\ContainerException;

class FactoryUncallableException extends \Exception implements ContainerException
{
}