class Rookout::Exceptions::RookKeyNotFound

Public Class Methods

new(key) click to toggle source
Calls superclass method Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 39
def initialize key
  super "Failed to get key #{key}", { key: key }
end