-
-
Notifications
You must be signed in to change notification settings - Fork 19
💡 Render exception class description #104
Copy link
Copy link
Closed
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:featureNew featureNew feature
Metadata
Metadata
Assignees
Labels
good first issueSimple enough issue to start with.Simple enough issue to start with.status:ready for adoptionFeel free to implement this issue.Feel free to implement this issue.type:featureNew featureNew feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
In cases when an exception doesn't implement the
FriendlyExceptionInterfacethe exception still may have a PHP doc with a useful description.Note
The description may contain special annotations like
{@see SomeClass}(inline) or@link...It would be nice to render they in a good way.