Exception: Moura::UserNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/moura.rb

Instance Method Summary collapse

Constructor Details

#initialize(user) ⇒ UserNotFound

Returns a new instance of UserNotFound.



22
23
24
# File 'lib/moura.rb', line 22

def initialize(user)
  super("user '#{user}' does not exist")
end