refactor(OnChange): update message to ease debugging

This commit is contained in:
Victor Berchet 2015-01-08 16:41:27 +01:00
parent 85a714f022
commit 769e9741d3
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export class OnChange {
onChange(changes) {
throw "not implemented";
throw "OnChange.onChange is not implemented";
}
}
}