VfsOtherError constructor

VfsOtherError([
  1. String? message,
  2. List<String> sources = const []
])

Implementation

VfsOtherError([String? message, List<String> sources = const[]])
    : super._(ErrorCode.vfsOtherError, message, sources);