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