Exception: MarkdownExpander::Expander::MarkdownExpandError
- Inherits:
-
StandardError
- Object
- StandardError
- MarkdownExpander::Expander::MarkdownExpandError
- Defined in:
- lib/markdown-expander.rb
Instance Attribute Summary collapse
-
#line_number ⇒ Object
readonly
Returns the value of attribute line_number.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(line_number, message) ⇒ MarkdownExpandError
constructor
A new instance of MarkdownExpandError.
Constructor Details
#initialize(line_number, message) ⇒ MarkdownExpandError
Returns a new instance of MarkdownExpandError.
73 74 75 76 |
# File 'lib/markdown-expander.rb', line 73 def initialize line_number, @line_number = line_number = end |
Instance Attribute Details
#line_number ⇒ Object (readonly)
Returns the value of attribute line_number.
70 71 72 |
# File 'lib/markdown-expander.rb', line 70 def line_number @line_number end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
71 72 73 |
# File 'lib/markdown-expander.rb', line 71 def end |