Class: Baboon::Error
- Inherits:
-
Object
- Object
- Baboon::Error
- Defined in:
- lib/baboon/cli.rb
Class Method Summary collapse
Class Method Details
.stop(reason) ⇒ Object
11 12 13 |
# File 'lib/baboon/cli.rb', line 11 def stop reason raise StandardError, reason end |