1
0
Fork 0

Error classes

This commit is contained in:
Gregory Eremin 2014-08-15 19:48:08 +07:00
parent 98bc3bcf1b
commit 6e9208cbce
1 changed files with 7 additions and 0 deletions

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

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