Exception: Fudge::Exceptions::BuildFailed
- Defined in:
- lib/fudge/exceptions.rb
Overview
Build failure error class
Instance Method Summary collapse
-
#message ⇒ Object
error message.
Instance Method Details
#message ⇒ Object
error message
10 11 12 |
# File 'lib/fudge/exceptions.rb', line 10 def "Build FAILED!" end |