Release Notes
Admin Documentation
Developer Documentation
About Project
from galaxy.webapps.base.controller import ( BaseUIController, web, ) [docs]class Error(BaseUIController): [docs] @web.expose def index(self, trans): raise Exception("Fake error")