Skip to content
Snippets Groups Projects
Select Git revision
  • d1a477c51c1cd05cd19906aec2152c11514ec21c
  • master default protected
2 results

Troubled_Cell_Detector.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    TLA2BException.java 140 B
    package de.tla2b.exceptions;
    
    public abstract class TLA2BException extends Exception {
    
    	public TLA2BException(String e) {
    		super(e);
    	}
    }