class Capistrano::Slacky::Facade::Exception

Constants

DefaultException

Public Class Methods

new(exception: $ERROR_INFO) click to toggle source
Calls superclass method Capistrano::Slacky::Block::Context::new
# File lib/capistrano/slacky/facade/exception.rb, line 15
def initialize(exception: $ERROR_INFO)
  super(
    (exception || DefaultException.new).message
  )
end