Sha256: 197bdac8c1938aec678d72f4c8809f60dbb550fe0dd62c2c62515ca630269a48
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
module PGit class Configuration class LayoutError < PGit::Error def prepend_general_message(message) "#{message}\nPlease have the following layout:\n" + YAML.dump(PGit::Configuration.default_options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pgit-0.0.4 | lib/pgit/configuration/layout_error.rb |