mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
AK: Bring AK::Error into the global namespace
This commit is contained in:
parent
a54be656ae
commit
e5dde37e24
3 changed files with 6 additions and 5 deletions
|
@ -117,4 +117,5 @@ struct Formatter<Error> : Formatter<FormatString> {
|
|||
|
||||
}
|
||||
|
||||
using AK::Error;
|
||||
using AK::ErrorOr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue