Exception: DTK::Client::DSLParsing

Inherits:
Error
  • Object
show all
Defined in:
lib/error.rb

Direct Known Subclasses

JSONParsing, YAMLParsing

Defined Under Namespace

Classes: JSONParsing, YAMLParsing

Instance Method Summary collapse

Constructor Details

#initialize(base_json_error, file_path = nil) ⇒ DSLParsing

Returns a new instance of DSLParsing.



32
33
34
# File 'lib/error.rb', line 32

def initialize(base_json_error,file_path=nil)
  super(err_msg(base_json_error,file_path))
end