private static DreamMessage Map(HomePageNotFoundException e) {
     return DreamMessage.InternalError(DekiResources.UNABLE_TO_FIND_HOME_PAGE);
 }
 private static DreamMessage Map(HomePageNotFoundException e, DekiResources resources)
 {
     return(DreamMessage.InternalError(resources.Localize(DekiResources.UNABLE_TO_FIND_HOME_PAGE())));
 }
Example #3
0
 private static DreamMessage Map(HomePageNotFoundException e, DekiResources resources) {
     return DreamMessage.InternalError(resources.Localize(DekiResources.UNABLE_TO_FIND_HOME_PAGE()));
 }