module WhirledPeas class Error < StandardError; end class ConfigurationError < Error; end end