Android App Development: Difference between revisions

Line 18: Line 18:
       }
       }
   }
   }
} catch ( e : Exception) {
} catch (e : Exception) {
     println("An exception occurred")
     println("An exception occurred")
}
}