vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
ItemNotFoundException
vibeauth
collection
Undocumented in source.
class
ItemNotFoundException : Exception {
this
(string msg, Throwable next);
this
(string msg, string file, size_t line, Throwable next);
}
Constructors
this
this
(string msg, Throwable next)
Undocumented in source.
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
Meta
Source
See Implementation
vibeauth
collection
classes
Collection
ItemNotFoundException
interfaces
ICollection