class SelfData::NoDataFound

Attributes

file[R]

Public Class Methods

new(file = nil) click to toggle source
Calls superclass method
# File lib/self_data/errors.rb, line 9
def initialize(file = nil)
  @file = file
  super("No data found in #{file}")
end