class

Cake::RunError

Inherits Cake::BuildError / Cake::Error / Exception / Reference / Object

Raised when an error occurs while running a shell command.

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

Constructors

new(abnormal : Bool)
new(exit_code : Int32)

Instance methods

abnormal
exit_code