Convenience method for an argument slot. It simple returns the X exception class.
[Source]
# File lib/more/facets/partial.rb, line 36 36: def __ 37: X 38: end
[Validate]