class Chaos::Instability::Exception

Public Instance Methods

call(exceptions:) click to toggle source
# File lib/chaos/instability/exception.rb, line 2
def call(exceptions:)
  raise exceptions.sample
end