Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
git-gpg
master
Top Level Namespace
GitGPG
Commands
Install
Target
Recipients
List
Track
List
Uninstall
Target
Untrack
Version
Exception
Filters
Clean
Smudge
Textconv
Git
Attributes
DuplicateAttribute
GPG
Parser
InvalidArgs
InvalidOption
MissingArgs
Verbosity
OptionParser
Built with Crystal 1.9.2
2023-10-07 21:26:43 UTC
class
GitGPG::Exception
GitGPG::Exception
Exception
Reference
Object
Direct Known Subclasses
GitGPG::Git::Attributes::DuplicateAttribute
GitGPG::Parser::InvalidArgs
GitGPG::Parser::InvalidOption
GitGPG::Parser::MissingArgs
Defined in:
git-gpg/exception.cr
Constructors
.new
(error : String =
""
, description : String =
""
)
Instance Method Summary
#description
: String
#error
: String
#message
Constructor Detail
def self.
new
(error : String =
""
, description : String =
""
)
#
[
View source
]
Instance Method Detail
def
description
: String
#
[
View source
]
def
error
: String
#
[
View source
]
def
message
#
[
View source
]