1 2 3 4 5
<?php namespace Illuminate\Container;use Exception;class BindingResolutionException extends Exception {}