Skip to content
Snippets Groups Projects
Select Git revision
  • a423792c6bb8b1e2ef9ae795d7208dfbb5b7acf0
  • master default
  • dev_general
  • 0.1.5
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
8 results

CyActivator.java

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