Exception: Momblish::EmptyCorpusError
- Inherits:
-
StandardError
- Object
- StandardError
- Momblish::EmptyCorpusError
- Defined in:
- lib/momblish.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ EmptyCorpusError
constructor
A new instance of EmptyCorpusError.
Constructor Details
#initialize(message) ⇒ EmptyCorpusError
Returns a new instance of EmptyCorpusError.
28 29 30 |
# File 'lib/momblish.rb', line 28 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
26 27 28 |
# File 'lib/momblish.rb', line 26 def end |