class Musa::Error::FileNotFound

Musa efile not found class

Public Instance Methods

message() click to toggle source
# File lib/musa/error.rb, line 16
def message
  'Cannot find the file path.'
end