Exception: WeebSh::Err::MissingScope

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

Overview

Raised when too many files were uploaded.

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



15
16
17
# File 'lib/weeb/err.rb', line 15

def message
  'Too many files requested!'
end