Exception: RubeePass::Error::InvalidProtectedDataError

Inherits:
RubeePass::Error
  • Object
show all
Defined in:
lib/rubeepass/error/invalid_protected_data_error.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidProtectedDataError

Returns a new instance of InvalidProtectedDataError.



4
5
6
# File 'lib/rubeepass/error/invalid_protected_data_error.rb', line 4

def initialize
    super("Invalid protected data!")
end