Sha256: 6a33e05c2515343842b4842a1f8df4429afc11ac1d37903c93d085aa293cc9f7
Contents?: true
Size: 174 Bytes
Versions: 2
Compression:
Stored size: 174 Bytes
Contents
module ConfigLoader class MissingConfigFileError < RuntimeError def initialize(filename) super("The config file couldn't be found: #{filename}") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
configloader-0.3.1 | lib/config_loader/missing_config_file_error.rb |
configloader-0.3.0 | lib/config_loader/missing_config_file_error.rb |