# frozen_string_literal: true module Totoro class ConnectionBreakError < StandardError end end