Provide a cause

This commit is contained in:
Raoul Van den Berge
2016-09-11 16:26:11 +02:00
parent 021c9c35ba
commit dce0ee7ea8

View File

@@ -15,7 +15,7 @@ public final class RefinedStorageAPI {
API = (IAPI) apiField.get(apiClass);
} catch (Exception e) {
throw new Error("The Refined Storage API implementation is unavailable, make sure Refined Storage is installed");
throw new Error("The Refined Storage API implementation is unavailable, make sure Refined Storage is installed", e);
}
}