<?php

namespace Drupal\contact;

/**
 * Exception thrown by MailHandler when unable to determine message recipient.
 */
class MailHandlerException extends \RuntimeException {}
