6 lines
93 B
Python
6 lines
93 B
Python
from ..utils.exceptions import OpenSlidesError
|
|
|
|
|
|
class UsersError(OpenSlidesError):
|
|
pass
|