Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
url-checker
master
AvgResponseTime
Channel
ConcurrencyUtil
Config
DiagnosticLogger
Formatter
Printer
Stats
Info
StatsStore
Get
LogFailure
LogSuccess
StatsWriter
StatusChecker
Failure
Success
UrlGenerator
Built with Crystal 1.9.2
2023-10-07 10:58:33 UTC
struct
StatusChecker::Failure
StatusChecker::Failure
Struct
Value
Object
Defined in:
lib/tasks/status_checker.cr
Constructors
.new
(url : String, err : Exception)
Instance Method Summary
#clone
#copy_with
(url _url = @url, err _err = @err)
#err
: Exception
#url
: String
Constructor Detail
def self.
new
(url : String, err : Exception)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(url _url = @url, err _err = @err)
#
[
View source
]
def
err
: Exception
#
def
url
: String
#