Sha256: c27b1db52d304aa24843cf821956006c0a0dad7ff9c9f26b9a90e804d9000dc6
Contents?: true
Size: 261 Bytes
Versions: 19
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module Textbringer class EditorError < StandardError end class SearchError < EditorError end class ReadOnlyError < EditorError end class Quit < EditorError def initialize super("Quit") end end end
Version data entries
19 entries across 19 versions & 1 rubygems