View file vendor/laravel/framework/src/Illuminate/Contracts/Container/CircularDependencyException.php

File size: 215B
<?php

namespace Illuminate\Contracts\Container;

use Exception;
use Psr\Container\ContainerExceptionInterface;

class CircularDependencyException extends Exception implements ContainerExceptionInterface
{
    //
}