Skip to main content

rethrowFileSystemError

Callable

  • rethrowFileSystemError(messagePrefix?: string): (target: any, methodName: string, descriptor: PropertyDescriptor) => void

  • Parameters

    • messagePrefix: string = ''

    Returns (target: any, methodName: string, descriptor: PropertyDescriptor) => void

      • (target: any, methodName: string, descriptor: PropertyDescriptor): void
      • Parameters

        • target: any
        • methodName: string
        • descriptor: PropertyDescriptor

        Returns void