Exception: MsPac::Error::PelletNotInstalledError

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

Instance Method Summary collapse

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