class TokenError
Public Class Methods
new(msg = 'Could not do operation with token provided')
click to toggle source
Calls superclass method
# File lib/vmfloaty/errors.rb, line 10 def initialize(msg = 'Could not do operation with token provided') super end