Identifier constructor can only contain certain characters.Both arguments (the
namespace & path) can contain lowercase letters, numbers, underscores, periods, or dashes. [a-z0-9_.-]The second argument (the
path) can also include slashes. [a-z0-9/._-]Avoid using other symbols, else an
InvalidIdentifierException would be thrown!