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

namespace Props;

use Interop\Container\Exception\NotFoundException as NotFound;

class NotFoundException extends \Exception implements NotFound
{
}