Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

Source code for galaxy.webapps.galaxy.controllers.error

from galaxy.webapps.base.controller import BaseUIController, web


[docs]class Error(BaseUIController):
[docs] @web.expose def index(self, trans): raise Exception("Fake error")