website/vendor/illuminate/container/BindingResolutionException.php

6 lines
109 B
PHP
Raw Normal View History

<?php namespace Illuminate\Container;
use Exception;
class BindingResolutionException extends Exception {}