Sha256: 6e49a831cbd4d29bf35ab79e4e1f802026d90331ca96b46672c7553611fba77f
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
module Aruba # Standard error class Error < StandardError; end # An error because a user of the API did something wrong class UserError < StandardError; end # Raised on launch error class LaunchError < Error; end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
aruba-0.7.4 | lib/aruba/errors.rb |
aruba-0.7.3 | lib/aruba/errors.rb |
aruba-0.7.2 | lib/aruba/errors.rb |
aruba-0.7.1 | lib/aruba/errors.rb |
aruba-0.7.0 | lib/aruba/errors.rb |