* Check whether the currently shown error message was critical or not. * @return True iff the message was critical. */
| 246 | * @return True iff the message was critical. |
| 247 | */ |
| 248 | bool IsCritical() |
| 249 | { |
| 250 | return this->is_critical; |
| 251 | } |
| 252 | }; |
| 253 | |
| 254 | /** |
no outgoing calls
no test coverage detected