class Strike::Errors::UnauthorizedError
Public Class Methods
new(msg = 'Invalid API Key.')
click to toggle source
Calls superclass method
# File lib/strike/errors.rb, line 16 def initialize(msg = 'Invalid API Key.') super end