4 Copyright 2007, Red Hat, Inc
7 This software may be freely redistributed under the terms of the GNU
8 general public license.
10 You should have received a copy of the GNU General Public License
11 along with this program; if not, write to the Free Software
12 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 class FuncException(exceptions
.Exception):
22 class InvalidMethodException(FuncException
):
26 class AccessToMethodDenied(FuncException
):
29 # FIXME: more sub-exceptions maybe