4c86c9cd07
* Issue a warning message, if a overlay raises a exception * Fixed #1131
6 lines
84 B
Python
6 lines
84 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class ProjectorExceptionWarning(RuntimeWarning):
|
|
pass
|