Exception: OwO::Err::TooManyFiles

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

Overview

Raised when too many files were uploaded.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



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

def message
  'Too many files requested!'
end