Terminal Raise Error Tools
Project description
Python Module-StdExcept
| Chapter | Link |
|---|---|
| Top | Click to jump |
| What's this | Click to jump |
| For Syntax | Click to jump |
| Update record | Click to jump |
| Developers | Click to jump |
What's this
This is a Python module.Expanded Python's error-throwing syntax.
For Syntax
If your code can raise a runtime-error,code is:
import stdexcept raise stdexcept.runtime_error('404 Not Found')
Or:
from stdexcept.errors import runtime_error runtime_error('404 Not Found')
For examples:
from stdexcept.errors import runtime_error,logic_error,domain_error,out_of_range,invalid_arguments,length_error,range_error
If you can custom a error,code is:
import stdexcept stdexcept.custom_error('Network error','502 Error')
Update record
Version 0.1
This is first version.None.
Developers
RSC-E Studio GitHub Page
SYSTEM-WIN12-ZDY
Support with:
Mail:rscestudio114514@gmail.com
QQ:3298296537
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stdexcept-0.1.0.tar.gz.
File metadata
- Download URL: stdexcept-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0273107d2678d61ddf0e050580eae4bad6a61de3d8e04beae2d8337508a6b0c
|
|
| MD5 |
8ce314de75c4db25b787a261e3f16690
|
|
| BLAKE2b-256 |
d5bcba35f13bb371829c3a43edd10b82d4200cd188932db67864a57420505730
|
File details
Details for the file stdexcept-0.1.0-py3-none-any.whl.
File metadata
- Download URL: stdexcept-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94026f8f16aacddf3eed45adbc2c53f86539ec2850525a96ad58c7f0c6ccd890
|
|
| MD5 |
cadf99b27681d1f22f4b0bdf7eeb7215
|
|
| BLAKE2b-256 |
746159976a779918413ca9966ac62f8646b9f01af2cc7ed1913dfd2784ba1ba7
|