blob: 6c90381cc0cda6929d9a17667d643f8c02634636 [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 CircularDependencyException extends Exception implements ContainerExceptionInterface
9{
10 //
11}