module Coolkit # Exceptions raised by Coolkit inherit from {Error}. # @abstract class Error < StandardError; end end