root/galaxy-central/eggs/sqlalchemy_migrate-0.5.4-py2.6.egg/migrate/changeset/exceptions.py @ 3

リビジョン 3, 301 bytes (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1"""
2   This module provides exception classes.
3"""
4
5
6class Error(Exception):
7    """
8    Changeset error.
9    """
10    pass
11
12
13class NotSupportedError(Error):
14    """
15    Not supported error.
16    """
17    pass
18
19
20class InvalidConstraintError(Error):
21    """
22    Invalid constraint error.
23    """
24    pass
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。