Closed avescodes closed 10 years ago
Sure. We should create Ruby exception to wrap Java exception that datomic raises. JRuby catches both Ruby and Java exceptions, but Java exception occasionally blows up irb. This is unpleasant for developmet time.
Exceptions thrown from Java API, especially from Datomic API, are all wrapped by Ruby exception. Diametric won't blow up IRB or pry session by such sort of exceptions.
Can we get more info on this @yokolet?