Exception: OwO::Err::FileError

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

Overview

Raised when loading a file recieves an error

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



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

def message
  'Unknown'
end