class Podman::PodmanException

Defined in:

podman/exception.cr

Constructors

Instance Method Summary

Instance methods inherited from class Podman::Exception

print_message(io : IO) print_message

Constructor methods inherited from class Podman::Exception

new(message, container_logs : String | Nil = nil)
new(message, cause)
new

Constructor Detail

def self.new(message : String, command : String, failure : String | Nil = nil) #

[View source]

Instance Method Detail

def print_message(io : IO) #

[View source]