1 import ABI49_0_0ExpoModulesCore
2 
3 internal class MissingCurrentWindowSceneException: Exception {
4   override var reason: String {
5     "Cannot determine the current window scene in which to present the modal for requesting a review."
6   }
7 }
8