Sha256: 5e59490132febd46c48773357f5530cf9bc8e69a77e566845c5e38e594a2e9c2
Contents?: true
Size: 248 Bytes
Versions: 4
Compression:
Stored size: 248 Bytes
Contents
module RocketApi # ... # Base error class Error < StandardError; end # ... # Raise in case of dir creation error class CreateDirError < Error; end # ... # Raise in case of file creation error class InitFilesError < Error; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rocket_api-0.0.1.5 | lib/rocket_api/errors.rb |
rocket_api-0.0.1.4 | lib/rocket_api/errors.rb |
rocket_api-0.0.1.3 | lib/rocket_api/errors.rb |
rocket_api-0.0.1.2 | lib/rocket_api/errors.rb |