class Molflow::MissingKey
Public Class Methods
new(key)
click to toggle source
Calls superclass method
# File lib/molflow/error.rb, line 17 def initialize(key) super("Missing required configuration key: #{key.inspect}") end