class Lingo::ConfigLoadError

Attributes

err[R]

Public Class Methods

new(err) click to toggle source
# File lib/lingo/error.rb, line 117
def initialize(err)
  @err = err
end

Public Instance Methods

to_s() click to toggle source
# File lib/lingo/error.rb, line 121
def to_s
  error("Error loading config")
end