Files
bm/public_html/vendor/illuminate/contracts/Container/BindingResolutionException.php
2025-09-24 13:26:28 +02:00

12 lines
214 B
PHP

<?php
namespace Illuminate\Contracts\Container;
use Exception;
use Psr\Container\ContainerExceptionInterface;
class BindingResolutionException extends Exception implements ContainerExceptionInterface
{
//
}