Error classes
This commit is contained in:
parent
98bc3bcf1b
commit
6e9208cbce
7
lib/burlesque/errors.rb
Normal file
7
lib/burlesque/errors.rb
Normal file
@ -0,0 +1,7 @@
|
||||
module Burlesque
|
||||
class Error < StandardError
|
||||
end
|
||||
|
||||
class ConfigurationError < Error
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user