Exception: AssOle::Snippets::ContextError Private

Inherits:
StandardError show all
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

Methods inherited from StandardError

__patch_message__

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