File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ protected static function build($type, $parameters = array())
158
158
// no binding registered for the abstraction so we need to bail out.
159
159
if ( ! $ reflector ->isInstantiable ())
160
160
{
161
- throw new Exception ("Resolution target [ $ type] is not instantiable. " );
161
+ throw new \ Exception ("Resolution target [ $ type] is not instantiable. " );
162
162
}
163
163
164
164
$ constructor = $ reflector ->getConstructor ();
@@ -195,7 +195,7 @@ protected static function dependencies($parameters)
195
195
// we'll just bomb out with an error since we have nowhere to go.
196
196
if (is_null ($ dependency ))
197
197
{
198
- throw new Exception ("Unresolvable dependency resolving [ $ parameter]. " );
198
+ throw new \ Exception ("Unresolvable dependency resolving [ $ parameter]. " );
199
199
}
200
200
201
201
$ dependencies [] = static ::resolve ($ dependency ->name );
You can’t perform that action at this time.
0 commit comments