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