yu.exception

Undocumented in source.

Members

Enums

Test
enum Test
Undocumented in source.

Functions

buildErroCodeException
string buildErroCodeException()
Undocumented in source. Be warned that the author may not have intended to support it.
showException
Exception showException(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
yuCathException
Exception yuCathException(E expression)
Undocumented in source. Be warned that the author may not have intended to support it.
yuCathException
Exception yuCathException(E expression, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

basicExceptionCtors (from std.exception)
public import std.exception : basicExceptionCtors;
Undocumented in source.

Mixins

__anonymous
mixin ExceptionBuild!("Yu")
Undocumented in source.
__anonymous
mixin ThrowExceptionBuild
Undocumented in source.

Mixin templates

ExceptionBuild
mixintemplate ExceptionBuild(string name, string parent = "")
Undocumented in source.
ThrowExceptionBuild
mixintemplate ThrowExceptionBuild()
Undocumented in source.

Mixed In Members

From mixin ThrowExceptionBuild

throwExceptionBuild
void throwExceptionBuild(string msg, string file, size_t line)

Note:from GC

Meta