noStickerDefined() public static method

public static noStickerDefined ( )
 public function toArray()
 {
     $this->checkRecipient();
     if (is_null($this->sticker)) {
         throw CouldNotCreateMessage::noStickerDefined();
     }
     return ['recipient' => ['id' => $this->recipient_id], 'sticker_id' => $this->sticker];
 }