Skip to content
Snippets Groups Projects
Select Git revision
  • 7f1850cfd22be03d40507e9ed5f49640027b73f3
  • main default protected
  • NewGraphicSystem
  • LayeredRendering
4 results

GraphicEngine.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    EntityNotFoundException.java 150 B
    package model;
    
    class EntityNotFoundException extends Exception {
        public EntityNotFoundException(String message) {
            super(message);
        }
    }