comparison rhodecode/lib/exceptions.py @ 1824:89efedac4e6c beta

2012 copyrights
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 04 Jan 2012 03:50:07 +0200
parents 2afe9320d5e6
children 82a88013a3fd 4fbbc65e8cd5
comparison
equal deleted inserted replaced
1823:f45e83492484 1824:89efedac4e6c
4 ~~~~~~~~~~~~~~~~~~~~~~~~ 4 ~~~~~~~~~~~~~~~~~~~~~~~~
5 5
6 Set of custom exceptions used in RhodeCode 6 Set of custom exceptions used in RhodeCode
7 7
8 :created_on: Nov 17, 2010 8 :created_on: Nov 17, 2010
9 :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com> 9 :author: marcink
10 :copyright: (C) 2010-2012 Marcin Kuzminski <marcin@python-works.com>
10 :license: GPLv3, see COPYING for more details. 11 :license: GPLv3, see COPYING for more details.
11 """ 12 """
12 # This program is free software: you can redistribute it and/or modify 13 # This program is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU General Public License as published by 14 # it under the terms of the GNU General Public License as published by
14 # the Free Software Foundation, either version 3 of the License, or 15 # the Free Software Foundation, either version 3 of the License, or
44 45
45 46
46 class UserOwnsReposException(Exception): 47 class UserOwnsReposException(Exception):
47 pass 48 pass
48 49
50
49 class UsersGroupsAssignedException(Exception): 51 class UsersGroupsAssignedException(Exception):
50 pass 52 pass