class Substation::Response::Exception

An exception {Response}

Public Instance Methods

exception?() click to toggle source

Test wether processing raised an exception

@return [true]

@api private

# File lib/substation/response/exception.rb, line 15
def exception?
  true
end