class Google::Serverless::Exec::BadConfigFileFormat

Exception raised when the App Engine config file could not be parsed.

Attributes

config_path[R]

Public Class Methods

new(config_path) click to toggle source
Calls superclass method
# File lib/google/serverless/exec.rb, line 314
def initialize config_path
  @config_path = config_path
  super "Config file #{config_path} malformed."
end