View file vendor/laravel/framework/src/Illuminate/Contracts/Container/CircularDependencyException.php
<?php namespace Illuminate\Contracts\Container; use Exception; use Psr\Container\ContainerExceptionInterface; class CircularDependencyException extends Exception implements ContainerExceptionInterface { // }