class Cake::RunError

Overview

Raised when an error occurs while running a shell command.

It includes the exit code of the shell command that failed to run.

Defined in:

cake/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(abnormal : Bool) #

[View source]
def self.new(exit_code : Int32) #

[View source]

Instance Method Detail

def abnormal : Bool? #

[View source]
def exit_code : Int32? #

[View source]