module CasinoHub
  module Errors
    class ApiError < CasinoHubError
    end
  end
end