class GitLab::CLI::Error

Overview

CLI error with exit code for testable error handling.

Defined in:

gitlab.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String | Nil = nil, code : Int32 = 1) #

[View source]

Instance Method Detail

def code : Int32 #

[View source]