Sha256: a01e70304eb2c22a603d9d8a8311761fded45de37c7a7ed49581eb9d1e55ae9f
Contents?: true
Size: 230 Bytes
Versions: 11
Compression:
Stored size: 230 Bytes
Contents
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
11 entries across 11 versions & 1 rubygems