We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, there is a couple bare Exception that are raised by dash, they should be refactored into appropriate DashException.
Exception
DashException
Should be a TypeError or NoLayoutException:
TypeError
NoLayoutException
dash/dash/dash.py
Lines 197 to 203 in 54ca4a3
A new exception type InvalidIndexException:
InvalidIndexException
Lines 224 to 229 in 54ca4a3
Lines 409 to 415 in 54ca4a3
A new exception type DependencyException:
DependencyException
Lines 357 to 374 in 54ca4a3
ResourceException ?:
ResourceException
dash/dash/resources.py
Lines 42 to 48 in 54ca4a3
The text was updated successfully, but these errors were encountered:
@shammamah, just spotted one that slipped through. Sorry to be a bit late before you merged the PR. On line 400:
raise Exception( 'Serving files from absolute_path isn\'t supported yet' )
Perhaps NotImplementedException or NotSupportedYetExcpetion
NotImplementedException
NotSupportedYetExcpetion
Sorry, something went wrong.
Update all dependencies (plotly#304)
9890b72
Update all dependencies (#304)
9fdb8cc
marthacryan
T4rk1n
No branches or pull requests
Currently, there is a couple bare
Exception
that are raised by dash, they should be refactored into appropriateDashException
.Should be a
TypeError
orNoLayoutException
:dash/dash/dash.py
Lines 197 to 203 in 54ca4a3
A new exception type
InvalidIndexException
:dash/dash/dash.py
Lines 224 to 229 in 54ca4a3
dash/dash/dash.py
Lines 409 to 415 in 54ca4a3
A new exception type
DependencyException
:dash/dash/dash.py
Lines 357 to 374 in 54ca4a3
ResourceException
?:dash/dash/resources.py
Lines 42 to 48 in 54ca4a3
The text was updated successfully, but these errors were encountered: