Exception: Clavis::UserNotFound
- Defined in:
- lib/clavis/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ UserNotFound
constructor
A new instance of UserNotFound.
Constructor Details
#initialize ⇒ UserNotFound
Returns a new instance of UserNotFound.
204 205 206 |
# File 'lib/clavis/errors.rb', line 204 def initialize super("User not found") end |