Allow use of the fallback loading solution (#473)
LoadError does not descend from `StandardError` so the fallback loading is never invoked.
```
>> LoadError.ancestors
=> [LoadError, ScriptError, Exception, Object, Kernel, BasicObject]
```
Showing
Please
register
or
sign in
to comment