Exception: RubeePass::Error::InvalidHeaderError

Inherits:
RubeePass::Error show all
Defined in:
lib/rubeepass/error/invalid_header_error.rb

Instance Method Summary collapse

Constructor Details

#initializeInvalidHeaderError

Returns a new instance of InvalidHeaderError.



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

def initialize
    super("Invalid header format!")
end