Don't need errors anymore

This commit is contained in:
Gregory Eremin 2014-08-16 15:24:45 +07:00
parent 6a890605f9
commit 57ec996933

View File

@ -1,7 +0,0 @@
module Burlesque
class Error < StandardError
end
class ConfigurationError < Error
end
end