Exception: Savanna::Assets::PrecompileFileNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/savanna/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializePrecompileFileNotFound

Returns a new instance of PrecompileFileNotFound.



8
9
10
# File 'lib/savanna/exceptions.rb', line 8

def initialize
  super "Please make 'savanna' file to precompile, check this: https://github.com/shawnjung/savanna"
end