Exception: Clavis::UserNotFound

Inherits:
UserError show all
Defined in:
lib/clavis/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUserNotFound

Returns a new instance of UserNotFound.



204
205
206
# File 'lib/clavis/errors.rb', line 204

def initialize
  super("User not found")
end