Exception: PxConfigurationException

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

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ PxConfigurationException

Returns a new instance of PxConfigurationException.



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

def initialize(msg)
  super(msg)
end