<?php

namespace GravityKit\GravityExport\Save\Exception;

/**
 * Exception class to indicate an exception from this plugin.
 *
 * @since 1.0
 */
class SaveException extends \Exception {
}
