class Applocale::ErrorUtil::ParseLocalizedError::InvalidFile

Attributes

path[RW]

Public Class Methods

new(path) click to toggle source
# File lib/applocale/Util/error_util.rb, line 203
def initialize(path)
  @path = path
end

Public Instance Methods

message() click to toggle source
# File lib/applocale/Util/error_util.rb, line 206
def message
  "Can't open file #{self.path}"
end