Exception: AssOle::Snippets::ContextError Private
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- AssOle::Snippets::ContextError
- Defined in:
- lib/ass_ole/snippets.rb
Overview
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.
:nodoc:
Instance Method Summary collapse
-
#initialize(ole_class) ⇒ ContextError
constructor
private
A new instance of ContextError.
Methods inherited from StandardError
Constructor Details
#initialize(ole_class) ⇒ ContextError
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 ContextError.
12 13 14 |
# File 'lib/ass_ole/snippets.rb', line 12 def initialize(ole_class) super "Invalid `ole_connector': #{ole_class}" end |