Skip to content
New issue

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

Make uniform check for file open #3

Open
YuriL180821 opened this issue May 22, 2024 · 0 comments
Open

Make uniform check for file open #3

YuriL180821 opened this issue May 22, 2024 · 0 comments

Comments

@YuriL180821
Copy link
Contributor

Code

if (!mFile.is_open()) {
	throw FileException(ErrorMessages::OpenFailed);
}

required to be replaced on File::checkOpen to allow uniform way of check was the file opened or not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant