Is there any problem with having an empty set handler? Something like this:
“default”: {
"type": "set",
"handlers": [ ]
}
Basically, I want to simulate a null handler, or a do-nothing handler.
Is there any problem with having an empty set handler? Something like this:
“default”: {
"type": "set",
"handlers": [ ]
}
Basically, I want to simulate a null handler, or a do-nothing handler.