Exception: Textrepo::EmptyTextError
- Defined in:
- lib/textrepo/error.rb
Overview
An error raised if the given text is empty.
Instance Method Summary collapse
-
#initialize ⇒ EmptyTextError
constructor
A new instance of EmptyTextError.
Constructor Details
#initialize ⇒ EmptyTextError
Returns a new instance of EmptyTextError.
69 70 71 |
# File 'lib/textrepo/error.rb', line 69 def initialize super(ErrMsg::EMPTY_TEXT) end |