ConcurrentModificationException  
    Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
Types
Functions
Link copied to clipboard
                  inline fun copy(block: ConcurrentModificationException.Builder.() -> Unit = {}): ConcurrentModificationException