class WeebSh::Err::InvalidMIME

Raised when an invalid mime type was given.

Public Instance Methods

message() click to toggle source

The default message for the error

# File lib/weeb/err.rb, line 39
def message
  'You gave an unsupported MIME type!'
end