blob: 86ded34ea2a7dad55c13ee9a2f016594b5bfab24 [file]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#pragma once
namespace Js {
class NotImplementedException : public ExceptionBase
{
};
} // namespace Js