ironcache-d ~master (2016-12-25T12:29:58Z)
Home
Dub
Repo
IronCacheStatusException
iron
cache
Undocumented in source.
class
IronCacheStatusException :
IronCacheException
{
protected
curl
.
HTTP
.
StatusLine
_status
;
curl
.
HTTP
.
StatusLine
status
[@property getter];
this
(curl.HTTP.StatusLine status, string file, size_t line, Throwable next);
}
Constructors
this
this
(curl.HTTP.StatusLine status, string file, size_t line, Throwable next)
Undocumented in source.
Members
Properties
status
curl
.
HTTP
.
StatusLine
status
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_status
curl
.
HTTP
.
StatusLine
_status
;
Undocumented in source.
Meta
Source
See Implementation
iron
cache
aliases
ICSException
classes
IronCache
IronCacheException
IronCacheStatusException