Exception: PxCookieDecryptionException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/perimeterx/internal/exceptions/px_cookie_decryption_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ PxCookieDecryptionException

Returns a new instance of PxCookieDecryptionException.



2
3
4
# File 'lib/perimeterx/internal/exceptions/px_cookie_decryption_exception.rb', line 2

def initialize(msg)
  super(msg)
end