Exemplo n.º 1
0
 public PermissionDeniedException(FutErrorWithDebugString futError, Exception exception)
     : base(futError.Reason, exception)
 {
     futError.ThrowIfNullArgument();
     FutError = futError;
 }
 public InternalServerException(FutErrorWithDebugString futError, Exception exception)
     : base(futError.Reason, exception)
 {
     futError.ThrowIfNullArgument();
     FutError = futError;
 }