class RubeePass::Error::InvalidProtectedStreamKey

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rubeepass/error/invalid_protected_stream_key.rb, line 2
def initialize
    super("Invalid protected stream key!")
end