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