Exception: WeebSh::Err::FileError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/weeb/err.rb

Overview

Raised when loading a file recieves an error

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



63
64
65
# File 'lib/weeb/err.rb', line 63

def message
  'Unknown'
end