module LetsFreckle class Error < StandardError; end class FetchError < Error; end class CreateError < Error; end end