Module: Diffend::Errors

Defined in:
lib/diffend/errors.rb

Overview

Build runner app errors

Constant Summary collapse

BaseError =

Base error class from which all the errors should inherit

Class.new(StandardError)
MissingConfigurationFile =

Raised when we couldn’t find a valid configuration file

Class.new(BaseError)
UnsupportedResponse =

When unsupported response returned from the endpoint

Class.new(BaseError)
UnsupportedAction =

When unsupported action returned from the endpoint

Class.new(BaseError)