class SteamValveExceptions::ApiKeyMissingError
Public Class Methods
new(error = 'The API key is missing')
click to toggle source
Calls superclass method
# File lib/exceptions/api_key_missing_error.rb, line 4 def initialize(error = 'The API key is missing') super(error) end