Exception: Colorly::ScriptSyntaxError
- Defined in:
- lib/colorly/exceptions.rb
Instance Method Summary collapse
-
#initialize(error) ⇒ ScriptSyntaxError
constructor
A new instance of ScriptSyntaxError.
Constructor Details
#initialize(error) ⇒ ScriptSyntaxError
Returns a new instance of ScriptSyntaxError.
19 20 21 |
# File 'lib/colorly/exceptions.rb', line 19 def initialize(error) super error. end |