Exception: HelixRuntime::Project::OutdatedBuildError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/helix_runtime/project.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ OutdatedBuildError

Returns a new instance of OutdatedBuildError.



7
8
9
# File 'lib/helix_runtime/project.rb', line 7

def initialize(name)
  super("\n\nHelix crate '#{name}' is outdated. To resolve this issue, run `rake build` and restart your server.\n\n")
end