noRecipientDefined() public static method

public static noRecipientDefined ( )
 public function checkRecipient()
 {
     if (!isset($this->recipient_id)) {
         throw CouldNotCreateMessage::noRecipientDefined();
     }
 }