Indicates that mbl_exception_look_for_unused_props found some unused properties. More...
#include <mbl_exception.h>
Public Member Functions | |
| mbl_exception_unused_props (const vcl_string &function_name, const vcl_string &unused_props) | |
| const char * | what () const |
Private Attributes | |
| vcl_string | msg_ |
Indicates that mbl_exception_look_for_unused_props found some unused properties.
Definition at line 229 of file mbl_exception.h.
| mbl_exception_unused_props::mbl_exception_unused_props | ( | const vcl_string & | function_name, |
| const vcl_string & | unused_props | ||
| ) | [inline] |
Definition at line 233 of file mbl_exception.h.
| const char* mbl_exception_unused_props::what | ( | ) | const [inline] |
Definition at line 235 of file mbl_exception.h.
vcl_string mbl_exception_unused_props::msg_ [private] |
Definition at line 231 of file mbl_exception.h.
1.7.5.1