Class | Bee::Util::BuildError |
In: |
lib/bee_util.rb
|
Parent: | RuntimeError |
Error raised on a user error. This error should be raised to interrupt the build with a message on console but with no stack trace (that should be displayed on an internal error only). Include BuildErrorMixin to get a convenient way to raise such an error.