Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

invalid_exceptions_caught.txt 1.2KB

123456789101112
  1. catching-non-exception:27::"Catching an exception which doesn't inherit from Exception: MyException"
  2. catching-non-exception:33::"Catching an exception which doesn't inherit from Exception: MyException"
  3. catching-non-exception:33::"Catching an exception which doesn't inherit from Exception: MySecondException"
  4. catching-non-exception:54::"Catching an exception which doesn't inherit from Exception: None"
  5. catching-non-exception:54::"Catching an exception which doesn't inherit from Exception: list()"
  6. catching-non-exception:59::"Catching an exception which doesn't inherit from Exception: None"
  7. catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: 4"
  8. catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: None"
  9. catching-non-exception:72::"Catching an exception which doesn't inherit from Exception: list([4, 5, 6])"
  10. catching-non-exception:85::"Catching an exception which doesn't inherit from Exception: NON_EXCEPTION_TUPLE"
  11. catching-non-exception:103::"Catching an exception which doesn't inherit from Exception: object"
  12. catching-non-exception:108::"Catching an exception which doesn't inherit from Exception: range"