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
Define exception classes for VCardDB storage errors. When catching PDOExceptions, encapsulate them in the VCardDB exception class and rethrow. This will preserve debugging information from inside and outside the pale and will move us in the direction of the VCardRepository interface representing different types of backing stores which may or may not use PDO.
The text was updated successfully, but these errors were encountered:
Define exception classes for VCardDB storage errors. When catching PDOExceptions, encapsulate them in the VCardDB exception class and rethrow. This will preserve debugging information from inside and outside the pale and will move us in the direction of the VCardRepository interface representing different types of backing stores which may or may not use PDO.
The text was updated successfully, but these errors were encountered: