Exception: PemNotConfiguredError
- Inherits:
-
StandardError
- Object
- StandardError
- PemNotConfiguredError
- Defined in:
- lib/mercurius/errors/pem_not_configured_error.rb
Instance Method Summary collapse
-
#initialize ⇒ PemNotConfiguredError
constructor
A new instance of PemNotConfiguredError.
Constructor Details
#initialize ⇒ PemNotConfiguredError
Returns a new instance of PemNotConfiguredError.
2 3 4 |
# File 'lib/mercurius/errors/pem_not_configured_error.rb', line 2 def initialize super 'PEM is not configured properly.' end |