composer package updates
[openemr.git] / vendor / illuminate / contracts / Container / BindingResolutionException.php
bloba69c24c5ba06200fad33a22374561e1dbacc0816
1 <?php
3 namespace Illuminate\Contracts\Container;
5 use Exception;
6 use Psr\Container\ContainerExceptionInterface;
8 class BindingResolutionException extends Exception implements ContainerExceptionInterface