private static DreamMessage Map(PageIdNotFoundException e) {
     return DreamMessage.InternalError(string.Format(DekiResources.UNABLE_TO_RETRIEVE_PAGE_FOR_ID, e.PageId));
 }
예제 #2
0
 private static DreamMessage Map(PageIdNotFoundException e, DekiResources resources) {
     return DreamMessage.InternalError(resources.Localize(DekiResources.UNABLE_TO_RETRIEVE_PAGE_FOR_ID(e.PageId)));
 }