Exception: PemNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mercurius/errors/pem_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initializePemNotFoundError

Returns a new instance of PemNotFoundError.



3
4
5
# File 'lib/mercurius/errors/pem_not_found_error.rb', line 3

def initialize
  super 'The specified PEM file does not exist.'
end