Exception: BibTeX::BibTeXError
- Inherits:
-
StandardError
- Object
- StandardError
- BibTeX::BibTeXError
- Defined in:
- lib/bibtex/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#original ⇒ Object
readonly
Returns the value of attribute original.
Instance Method Summary collapse
-
#initialize(message = nil, original = $ERROR_INFO) ⇒ BibTeXError
constructor
A new instance of BibTeXError.
Constructor Details
#initialize(message = nil, original = $ERROR_INFO) ⇒ BibTeXError
Returns a new instance of BibTeXError.
5 6 7 8 |
# File 'lib/bibtex/error.rb', line 5 def initialize( = nil, original = $ERROR_INFO) super() @original = original end |
Instance Attribute Details
#original ⇒ Object (readonly)
Returns the value of attribute original.
3 4 5 |
# File 'lib/bibtex/error.rb', line 3 def original @original end |