Exception: Runcom::Errors::Syntax

Inherits:
Base
  • Object
show all
Defined in:
lib/runcom/errors/syntax.rb

Overview

The error class for YAML-related exceptions.

Instance Method Summary collapse

Instance Method Details

#messageObject



7
8
9
# File 'lib/runcom/errors/syntax.rb', line 7

def message
  "Invalid configuration #{super}."
end