<?php

namespace GFExcel\Notification\Exception;

use GFExcel\Exception\Exception;

/**
 * Exception that represents something wrong within a notification.
 * @since 1.8.0
 */
class NotificationException extends Exception
{
}
