``` catch (s: Spammer) { s.destroy() } ```
# announcements
m
Copy code
catch (s: Spammer) {
    s.destroy()
}
K 4