Exception: Vapor::UserPrivateError

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

Instance Method Summary collapse

Constructor Details

#initialize(username) ⇒ UserPrivateError

Returns a new instance of UserPrivateError.



23
24
25
# File 'lib/vapor/crawler.rb', line 23

def initialize(username)
  super("#{username} is private, cannot fetch games.")
end