class Upmin::MissingPartial

Public Class Methods

new(data) click to toggle source
Calls superclass method
# File lib/upmin/errors.rb, line 21
def initialize(data)
  super("Could not find a matching partial with the following data: #{data.as_json}")
end