Exception: NeonRAW::Errors::CouldntResolveUser

Inherits:
StandardError
  • Object
show all
Defined in:
lib/NeonRAW/errors.rb

Overview

Couldn’t resolve the user provided.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Couldn't resolve the user provided.") ⇒ CouldntResolveUser

Returns a new instance of CouldntResolveUser.



223
224
225
# File 'lib/NeonRAW/errors.rb', line 223

def initialize(msg = "Couldn't resolve the user provided.")
  super(msg)
end