Skip to content

Commit 6f9bb4c

Browse files
committed
formatting
1 parent a712f72 commit 6f9bb4c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Illuminate\Contracts\Container;
4+
5+
use Exception;
6+
use Psr\Container\ContainerExceptionInterface;
7+
8+
class CircularDependencyException extends Exception implements ContainerExceptionInterface
9+
{
10+
//
11+
}

0 commit comments

Comments
 (0)