Skip to content

MirException multi arg #68

@fabienmica

Description

@fabienmica

MirException message only print "A" and not "AB"

import mir.exception;

auto test()
{
     throw new MirException("A", "B");
}

try test();
catch(MirException e) { writeln(e.msg); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions