blob: a69c24c5ba06200fad33a22374561e1dbacc0816 [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Container;
use Exception;
use Psr\Container\ContainerExceptionInterface;
class BindingResolutionException extends Exception implements ContainerExceptionInterface
{
//
}