File: simple.py

package info (click to toggle)
python-cleo 2.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,120 kB
  • sloc: python: 8,293; makefile: 22; sh: 2
file content (2 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (2)
1
2
def simple_exception() -> None:
    raise Exception("Failed")