Exception: Vapor::UserPrivateError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Vapor::UserPrivateError
- Defined in:
- lib/vapor/crawler.rb
Instance Method Summary collapse
-
#initialize(username) ⇒ UserPrivateError
constructor
A new instance of UserPrivateError.
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 |