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

/**
 * @author Einar M R Rosenvinge
 */
public class WriteException extends RuntimeException {
}