summaryrefslogtreecommitdiffstats
path: root/application/src/test/java/com/yahoo/application/container/handlers/WriteException.java
blob: 3ec0eb63a483561c0a07cfc1973df0cb31c684bf (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.application.container.handlers;

/**
 * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
 */
public class WriteException extends RuntimeException {
}