Exception: Foobara::Auth::FindUser::UserNotFoundError

Inherits:
RuntimeError show all
Defined in:
foobara-auth-0.0.9/src/find_user.rb

Instance Attribute Summary

Attributes inherited from Error

#backtrace_when_initialized, #backtrace_when_raised, #context, #error_key, #is_fatal

Instance Method Summary collapse

Methods inherited from RuntimeError

category, fatal?, #initialize

Methods inherited from Error

#==, abstract, abstract?, category, context, #eql?, fatal?, #fatal?, foobara_manifest, #initialize, #key, message, path, #prepend_path!, runtime_path, subclass, symbol, to_h, #to_h, types_depended_on

Methods included from Concern

foobara_class_methods_module_for, foobara_concern?, included

Constructor Details

This class inherits a constructor from Foobara::RuntimeError

Instance Method Details

#messageObject



11
12
13
# File 'foobara-auth-0.0.9/src/find_user.rb', line 11

def message
  "No user found for #{context}"
end