コード例 #1
0
ファイル: common.py プロジェクト: sdiazpier/tvb-framework
 def __init__(self, message, redirect_url):
     TVBException.__init__(self, message)
     self.redirect_url = redirect_url
     self.status = 403
コード例 #2
0
 def __init__(self, message):
     TVBException.__init__(self, message)
コード例 #3
0
ファイル: exceptions.py プロジェクト: vnyk/tvb-framework
 def __init__(self, message):
     TVBException.__init__(self, message)
コード例 #4
0
 def __init__(self, message, parent_exception=None):
     TVBException.__init__(self, message, parent_exception)
コード例 #5
0
ファイル: exceptions.py プロジェクト: wvangeit/framework_tvb
 def __init__(self, message, parent_exception=None):
     TVBException.__init__(self, message, parent_exception)