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