class Rookout::Exceptions::RookAttributeNotFound

Public Class Methods

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