class Conrad::ForbiddenKey

Error raised when the key of an event attribute is not of one of the allowed types

Public Class Methods

new(key) click to toggle source
# File lib/conrad/errors.rb, line 38
def initialize(key)
  @key = key
end