summaryrefslogtreecommitdiff
path: root/src/main/java/com/keuin/psmb4j/error/UnsupportedProtocolException.java
blob: a6cc935cb34c18c789422d9e4feaeb00130cb726 (plain)
1
2
3
4
5
6
7
package com.keuin.psmb4j.error;

/**
 * The PSMB server does not support our protocol version.
 */
public class UnsupportedProtocolException extends BadProtocolException {
}