Sha256: 6cab76a2fa5a6c5a9f6e34377c40949fbbc376addabb68b0bbc0382876fd9dfd

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

module OptParseBuilder

  # The base class for all exceptions directly raised by this library.
  class Error < StandardError ; end

  # Exception raised for an error when building a parser, argument or
  # argument bundle.
  class BuildError < Error ; end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opt_parse_builder-0.1.0 lib/opt_parse_builder/errors.rb