NotGitDirectoryException constructor

const NotGitDirectoryException([
  1. String? message
])

Implementation

const NotGitDirectoryException([String? message]) : super(message);