Exception: MsPac::Error::PelletNotInstalledError
- Inherits:
-
MsPac::Error
- Object
- RuntimeError
- MsPac::Error
- MsPac::Error::PelletNotInstalledError
- Defined in:
- lib/mspac/error/pellet_not_installed_error.rb
Instance Method Summary collapse
-
#initialize(pellet = "unknown") ⇒ PelletNotInstalledError
constructor
A new instance of PelletNotInstalledError.
Constructor Details
#initialize(pellet = "unknown") ⇒ PelletNotInstalledError
2 3 4 |
# File 'lib/mspac/error/pellet_not_installed_error.rb', line 2 def initialize(pellet = "unknown") super("Pellet not installed: #{pellet}") end |