Exception: Moxml::IOError
Overview
IO errors
Direct Known Subclasses
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(message, path) ⇒ IOError
constructor
A new instance of IOError.
Constructor Details
#initialize(message, path) ⇒ IOError
Returns a new instance of IOError.
121 122 123 124 |
# File 'lib/moxml/errors.rb', line 121 def initialize(, path) @path = path super("#{} (Path: #{path})") end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
119 120 121 |
# File 'lib/moxml/errors.rb', line 119 def path @path end |