Sha256: 85b9a6d6ef8501db63a5eff9fdf9e548153843780484941fba7804f0773bebec
Contents?: true
Size: 183 Bytes
Versions: 2
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true module Ryo class InvalidOptionsError < StandardError; end class InvalidURLError < StandardError; end class NotFoundError < StandardError; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ryo-0.3.2 | lib/ryo/error.rb |
ryo-0.3.1 | lib/ryo/error.rb |