<?php

namespace GFExcel\Exception;

/**
 * Base exception for GravityExport Lite.
 */
class Exception extends \Exception
{
}
