// FILE. . . . . /home/hak/hlt/src/hlt/osfv3/exec/AnomalousSituationException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hak-Laptop
// STARTED ON. . Mon Sep 02 15:34:32 2013

/**
 * @version     Last modified on Fri Apr 03 14:11:25 2015 by hak
 * @author      <a href="mailto:hak@acm.org">Hassan A&iuml;t-Kaci</a>
 * @copyright   &copy; <a href="http://www.hassan-ait-kaci.net/">by the author</a>
 */

package hlt.osf.exec;

public class AnomalousSituationException extends RuntimeException
{
  public AnomalousSituationException (String msg)
  {
    super(msg);
  }
}