8990919293949596979899
if(locationAsset != null) { if(asset == null) { asset = locationAsset; } else { throw new AmbiguousRequirePathException("'" + asset.getAssetPath() + "' and '" + locationAsset.getAssetPath() + "' source files both available via require path '" + requirePath + "'."); } } }