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
This new constraint should apply to Path or File objects:
@Extension({"mp3", "mp4", "mpeg"}) Path file
If the object does not match, the message error will be: extension must be one of mp3 mp4 mpeg
extension must be one of mp3 mp4 mpeg
The text was updated successfully, but these errors were encountered:
sashirestela
Successfully merging a pull request may close this issue.
This new constraint should apply to Path or File objects:
If the object does not match, the message error will be:
extension must be one of mp3 mp4 mpeg
The text was updated successfully, but these errors were encountered: