# New Ticket Created by  Alex Jakimenko 
# Please include the string:  [perl #127342]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=127342 >


Code:
say Int.^attributes

Result:
Method 'gist' not found for invocant of class 'BOOTSTRAPATTR'
  in block <unit> at -e line 1


Ahh… I find this thing pretty annoying. If it has no attributes then I
expect an empty list. If it has some attributes but cannot print them for
some reason then I would like to see a readable error message.

Current error message is kinda ok but it is very unfriendly.

Reply via email to