Exception: WeebSh::Err::TooLarge

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

Overview

Raised when requested file(s) have too much bytes.

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



31
32
33
# File 'lib/weeb/err.rb', line 31

def message
  'File(s) are too large!'
end