Exception: Dependabot::DependabotError
- Inherits:
-
StandardError
- Object
- StandardError
- Dependabot::DependabotError
- Extended by:
- T::Sig
- Defined in:
- lib/dependabot/errors.rb
Direct Known Subclasses
AllVersionsIgnored, BlockedDependencyVersion, BranchNotFound, DependencyFileContentNotChanged, DependencyFileNotEvaluatable, DependencyFileNotFound, DependencyFileNotParseable, DependencyFileNotResolvable, DependencyFileNotSupported, DependencyNotFound, DirectoryNotFound, GitDependenciesNotReachable, GitDependencyReferenceNotFound, GoModulePathMismatch, InconsistentRegistryResponse, InvalidGitAuthToken, MisconfiguredTooling, MissingEnvironmentVariable, NotImplemented, OutOfDisk, OutOfMemory, PathDependenciesNotReachable, PrivateRegistryConfigNotFound, PrivateSourceAuthenticationFailure, PrivateSourceBadResponse, PrivateSourceCertificateFailure, PrivateSourceTimedOut, PullRequestCreator::BranchNameTemplate::Error, PullRequestUpdater::Azure::PullRequestUpdateFailed, RefNamespaceConflictError, RegistryError, RepoNotFound, SharedHelpers::HelperSubprocessFailed, ToolFeatureNotSupported, ToolVersionNotSupported, TypedDependabotError, UnexpectedExternalCode, UpdateNotPossible
Constant Summary collapse
- BASIC_AUTH_REGEX =
%r{://(?<auth>[^:@]*:[^@%\s/]+(@|%40))}- FURY_IO_PATH_REGEX =
Remove any path segment from fury.io sources
%r{fury\.io/(?<path>.+)}
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ DependabotError
constructor
A new instance of DependabotError.
Constructor Details
#initialize(message = nil) ⇒ DependabotError
Returns a new instance of DependabotError.
435 436 437 |
# File 'lib/dependabot/errors.rb', line 435 def initialize( = nil) super(()) end |