<?php

namespace GravityKit\GravityExport\Save\Exception;

/**
 * Exception thrown when a token has expired (only Dropbox at the moment).
 *
 * @since 1.0
 */
class ExpiredTokenException extends \Exception {
}
