Exception: Evilution::Error Private
- Inherits:
-
StandardError
- Object
- StandardError
- Evilution::Error
- Defined in:
- lib/evilution.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
ConfigError, IsolationError, ParseError, Runner::Canary::Failed
Instance Attribute Summary collapse
- #file ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(message = nil, file: nil) ⇒ Error
constructor
private
A new instance of Error.
Constructor Details
#initialize(message = nil, file: nil) ⇒ Error
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Error.
181 182 183 184 |
# File 'lib/evilution.rb', line 181 def initialize( = nil, file: nil) super() @file = file end |
Instance Attribute Details
#file ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
179 180 181 |
# File 'lib/evilution.rb', line 179 def file @file end |