<?php

/**
 * @file
 * Provide a separate Exception so it can be caught separately.
 */

class MessageException extends Exception {}
