Exception: Immunio::RequestBlocked

Inherits:
BlockError
  • Object
show all
Defined in:
lib/immunio/errors.rb

Overview

Request was not allowed by hook

Defined Under Namespace

Classes: Result

Instance Method Summary collapse

Instance Method Details

#resultObject

PG activerecord exceptions must have a result method before Rails 4.x



28
29
30
# File 'lib/immunio/errors.rb', line 28

def result
  Result.instance
end