Module: Gitlab::GithubImport::Exceptions

Defined in:
lib/gitlab/github_import/exceptions.rb

Constant Summary collapse

NotImplementedError =

Sometimes it’s not clear which of not implemented interfaces caused this error. We need custom exception to be able to add text that gives extra context.

Class.new(StandardError)