Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert IOException to Ruby exception correctly
Many libraries depend on us raising the actual Errno exceptions for what comes out of Java as IOException. The utilities in JRuby exist to convert these IOException objects into the appropriate Errno exception by examining the exception type and message. This patch switches one key place for jruby#242 to use this utility method.
- Loading branch information