public ExceptionCachedManager(Exception exception)
 {
     this.exception = exception;
     cacheClearer = new CacheClearer();
 }
Esempio n. 2
0
 public ExceptionCachedManager(Exception exception)
 {
     this.exception = exception;
     cacheClearer   = new CacheClearer();
 }