It would be cool if you could use i18n for error messages, so that we can override them easily.
I'm especially thinking about this particular message which doesn't sound right.
'Graph API returned false, so probably it means your requested object is not found.'
Maybe I should just rescue the NotFound exception and have my own message, but still :)
It would be cool if you could use i18n for error messages, so that we can override them easily.
I'm especially thinking about this particular message which doesn't sound right.
'Graph API returned false, so probably it means your requested object is not found.'
Maybe I should just rescue the NotFound exception and have my own message, but still :)
Thanks.