# frozen_string_literal: true require "fibered_mysql2/version" module FiberedMysql2 class Error < StandardError; end # Your code goes here... end