EmojiNotFoundException.fromId constructor

EmojiNotFoundException.fromId(
  1. String id
)

Exception thrown when failing to find an emoji from id.

Implementation

EmojiNotFoundException.fromId(String id)
    : message = 'Could not find animated emoji with id: $id';