backend: rely on auto-generated exceptions in const_missing
commit70a529d070920abf0989d3d89d775ea1aa774042
authorEric Wong <normalperson@yhbt.net>
Mon, 12 Dec 2011 09:22:35 +0000 (12 09:22 +0000)
committerEric Wong <normalperson@yhbt.net>
Thu, 15 Dec 2011 02:13:17 +0000 (15 02:13 +0000)
tree4687766eba1c0eff2da66ab3d7c689f8d5ea92f5
parentc1cf4444b2ca9126e8450ae3224cd406f0e43624
backend: rely on auto-generated exceptions in const_missing

Most of these exceptions are just too rare to be useful,
and code that cares for exceptions will rescue them
anyways.
lib/mogilefs/backend.rb
test/test_backend.rb