Sha256: 20cf5b1207ea3a5539cfe957fdffcc83bbd3b6e97c6dde7606f78776d870c708
Contents?: true
Size: 119 Bytes
Versions: 1
Compression:
Stored size: 119 Bytes
Contents
# frozen_string_literal: true module HtmlKit module Errors class InvalidUrlError < StandardError; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
html_kit-0.1.1 | lib/html_kit/errors.rb |