module OptimizePlayer
  module Errors
    class ConnectionError < OptimizePlayerError

    end
  end
end