Sha256: b03a185b78ff0eef2b11dc498cf92ae9ed740c643065a3a13db52fc86dafc073

Contents?: true

Size: 180 Bytes

Versions: 5

Compression:

Stored size: 180 Bytes

Contents

# frozen_string_literal: true

module Textbringer
  class EditorError < StandardError
  end

  class SearchError < EditorError
  end

  class ReadOnlyError < EditorError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
textbringer-0.1.4 lib/textbringer/errors.rb
textbringer-0.1.3 lib/textbringer/errors.rb
textbringer-0.1.2 lib/textbringer/errors.rb
textbringer-0.1.1 lib/textbringer/errors.rb
textbringer-0.1.0 lib/textbringer/errors.rb