blob: a69c24c5ba06200fad33a22374561e1dbacc0816 [file] [log] [blame]
Matthias Andreas Benkard7b2a3a12021-08-16 10:57:25 +02001<?php
2
3namespace Illuminate\Contracts\Container;
4
5use Exception;
6use Psr\Container\ContainerExceptionInterface;
7
8class BindingResolutionException extends Exception implements ContainerExceptionInterface
9{
10 //
11}