module OptimizePlayer
  module Errors
    class APIConnectionError < OptimizePlayerError

    end
  end
end