class OwO::Err::FileError

Raised when loading a file recieves an error

Public Instance Methods

message() click to toggle source

Default message for this exception

# File lib/owo/err.rb, line 63
def message
  'Unknown'
end