Exception: OwO::Err::TooLarge

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



39
40
41
# File 'lib/owo/err.rb', line 39

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