Exception: Moura::UserNotFound
Instance Method Summary collapse
-
#initialize(user) ⇒ UserNotFound
constructor
A new instance of UserNotFound.
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 |