Exception: PemNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- PemNotFoundError
- Defined in:
- lib/mercurius/errors/pem_not_found_error.rb
Instance Method Summary collapse
-
#initialize ⇒ PemNotFoundError
constructor
A new instance of PemNotFoundError.
Constructor Details
#initialize ⇒ PemNotFoundError
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 |