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