Error diagnostic message should include class name

I made an error in my code.

The diagnostic message splashed on my browser includes the line:

   undefined method `SubTransaction' for #<#<Class:0x007fa263a4a198>:0x007fa263a43cf8>

It would be nice to have the 'class name' of #<#<Class:0x007fa263a4a198>:0x007fa263a43cf8>

0

It isn't a RubyMine issue. It is error provided by Ruby interpreter. I assume that method wasn't found in some dynamically created class type (e.g. by some meta programming API) so class doesn't have any human readable name.

0

请先登录再写评论。