class Textrepo::EmptyTextError

An error raised if the given text is empty.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/textrepo/error.rb, line 69
def initialize
  super(ErrMsg::EMPTY_TEXT)
end