Exception: Vapor::UserNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/vapor/user.rb

Instance Method Summary collapse

Constructor Details

#initialize(username) ⇒ UserNotFoundError



50
51
52
# File 'lib/vapor/user.rb', line 50

def initialize(username)
  super("#{username} does not appear to be a valid Steam ID.")
end