6 lines
109 B
PHP
Executable File
6 lines
109 B
PHP
Executable File
<?php namespace Illuminate\Container;
|
|
|
|
use Exception;
|
|
|
|
class BindingResolutionException extends Exception {}
|