Raised when (a combination of) settings will result in invalid/improper CSS
| 104 | |
| 105 | |
| 106 | class CssStyleError(Exception): |
| 107 | """ |
| 108 | Raised when (a combination of) settings will result in invalid/improper CSS |
| 109 | """ |
| 110 | pass |
| 111 | |
| 112 | |
| 113 | class EventSource(object): |
no outgoing calls
no test coverage detected