From: Joshua Haberman Date: 2006-03-20T03:11:41+09:00 Subject: best practices for exception hierarchies? What are best-practices for exception hierarchies? Should my exceptions derive from Exception, or StandardError, or RuntimeError? Should my exceptions be called FooException or FooError? Does Ruby give a specific meaning to the difference between an "Error" and an "Exception?" Josh