Exception: Guard::Haskell::Repl::NoCabalFile

Inherits:
StandardError
  • Object
show all
Defined in:
lib/guard/haskell/repl.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "No cabal file found. Please create a package description file <pkgname>.cabal") ⇒ NoCabalFile

Returns a new instance of NoCabalFile.



5
6
7
# File 'lib/guard/haskell/repl.rb', line 5

def initialize(msg = "No cabal file found. Please create a package description file <pkgname>.cabal")
  super
end