EmojiNotFoundException constructor

const EmojiNotFoundException(
  1. String message
)

An exception thrown when a emoji is not found.

Implementation

const EmojiNotFoundException(this.message);