You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it could be a good idea to store the exceptions that Twingly::URL swallow. It might be useful to know why a particular wasn't valid, as the list of exceptions we rescue will likely grow.
Sure, this would be a very good feature to have if/when we capture all unhandled exceptions. #31 should probably be solved before or at the same time as this.
I think it could be a good idea to store the exceptions that Twingly::URL swallow. It might be useful to know why a particular wasn't valid, as the list of exceptions we rescue will likely grow.
We could expose
.exceptions
, just like MetaInspector does: https://github.com/jaimeiniesta/metainspector#exception-handling (we already have theok?
equivalent invalid?
)WDYT @twingly/dev?
Somewhat related to #44, #31, #25
The text was updated successfully, but these errors were encountered: