class Qiniu2Upyun::NoConfigFileFoundError

Public Class Methods

new(path) click to toggle source
# File lib/qiniu2upyun/error.rb, line 3
def initialize(path)
  @path = path
end

Public Instance Methods

message() click to toggle source
# File lib/qiniu2upyun/error.rb, line 7
def message
  "No config file found: #{@path}"
end