Exception: Pione::Lang::DeclarationError

Inherits:
LangError
  • Object
show all
Defined in:
lib/pione/lang/lang-exception.rb

Overview

declaration errors

Direct Known Subclasses

ParamDeclarationError

Instance Method Summary collapse

Constructor Details

#initialize(declaration) ⇒ DeclarationError

Returns a new instance of DeclarationError.



74
75
76
# File 'lib/pione/lang/lang-exception.rb', line 74

def initialize(declaration)
  @declaration = declaration
end