Skip to content
Snippets Groups Projects
Select Git revision
  • a5227d99a4c612cdcb9794657cea8ceef37b97f6
  • master default protected
  • dev_sPSN_Basic
  • dev_neopixelAddons
  • dev_blockref
  • dev_blockdesign
6 results

install_openblocks

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    IllegalAddrException.java 213 B
    package exceptions;
    
    import exceptions.IWProtocolException;
    
    public class IllegalAddrException extends IWProtocolException {
    
    	/**
    	 * 
    	 */
    	private static final long serialVersionUID = -2112808760774454967L;
    
    }