module pind.samples.ja.exceptions.exceptions_1; import std.conv; void main() { const int value = to!int("hello"); }