class Praxis::Exceptions::ConfigLoad

Public Class Methods

new(exception:) click to toggle source
Calls superclass method
# File lib/praxis/exceptions/config_load.rb, line 6
def initialize(exception:)
  super(exception.message)
end