exceptions.py
Go to the documentation of this file.
1 class AppException(Exception):
2  """
3  Base exception class for App exceptions
4  """
5  pass
6 
8  """
9  App specification is invalid.
10  """
11  pass
12 
14  """
15  Resource is not installed.
16  """
17  pass
18 
20  """
21  Exception thrown related to launching an App
22  """
23  pass
24 
25 class InternalAppException(Exception):
26  """
27  Base exception class for App exceptions
28  """
29  pass


app_manager
Author(s): Jeremy Leibs, Ken Conley, Yuki Furuta
autogenerated on Fri Mar 5 2021 03:07:47