package com.beechwood.crypto.cipher;

public class EnigmaRotorTrippedException extends Exception {

  protected EnigmaRotorTrippedException() {
    super();
  }

  protected EnigmaRotorTrippedException(String msg) {
    super(msg);
  }
}
