<?php

namespace Wikimedia\DependencyStore;

use RuntimeException;

/**
 * @stable to type
 * @since 1.35
 */
class DependencyStoreException extends RuntimeException {

}
