mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-04-07 04:50:51 +00:00
8 lines
122 B
Python
8 lines
122 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
from rest_framework.exceptions import APIException
|
|
|
|
|
|
class JMSException(APIException):
|
|
pass
|