class CustomException

Attributes

custom_message[R]

Public Class Methods

new(custom_message) click to toggle source
# File lib/puppet/vendor/safe_yaml/spec/safe_yaml_spec.rb, line 689
def initialize(custom_message)
  @custom_message = custom_message
end