blob: 3a8066bbf6219b178aeb8d85d8fbea864174e8ff (
plain) (
blame)
1
2
3
4
5
6
7
|
{
"undefined": {
"prefix": "undefined",
"body": "throw new UnsupportedOperationException(\"Implement me!\");",
"description": "Inserts on unimplemented exception (good for stubbing out methods)"
}
}
|