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

namespace Props;

use Interop\Container\Exception\ContainerException;

class BadMethodCallException extends \Exception implements ContainerException
{
}