Exception: Fudge::Exceptions::BuildFailed

Inherits:
Base
  • Object
show all
Defined in:
lib/fudge/exceptions.rb

Overview

Build failure error class

Instance Method Summary collapse

Instance Method Details

#messageObject

error message



10
11
12
# File 'lib/fudge/exceptions.rb', line 10

def message
  "Build FAILED!"
end