Sha256: 1a4fdb74ee67edababb0ae376ebc80106c8ceed9b1a7775a852ec89e99132cbe
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
module Ginatra # A standard error class for inheritance. class Error < StandardError; end # Raised when repo not found in list. class RepoNotFound < Error; end # Raised when repo ref not found. class InvalidRef < Error; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ginatra-4.1.0 | lib/ginatra/errors.rb |
ginatra-4.0.2 | lib/ginatra/errors.rb |
ginatra-4.0.1 | lib/ginatra/errors.rb |
ginatra-4.0.0 | lib/ginatra/errors.rb |