Exception: MsPac::Error::PelletNotInstalled

Inherits:
MsPac::Error
  • Object
show all
Defined in:
lib/mspac/error/pellet_not_installed.rb

Instance Method Summary collapse

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