2014-08-15 19:48:08 +07:00

8 lines
99 B
Ruby

module Burlesque
class Error < StandardError
end
class ConfigurationError < Error
end
end