Error classes

This commit is contained in:
Gregory Eremin 2014-08-15 19:48:08 +07:00
parent 98bc3bcf1b
commit 6e9208cbce

7
lib/burlesque/errors.rb Normal file
View File

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