Files
FlaxEngine/Source/Engine/Debug/Exceptions/Exceptions.h
2024-02-26 19:00:48 +01:00

21 lines
624 B
C

// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
#pragma once
#include "IOException.h"
#include "ArgumentException.h"
#include "ArgumentNullException.h"
#include "ArgumentOutOfRangeException.h"
#include "CLRInnerException.h"
#include "DivideByZeroException.h"
#include "FileNotFoundException.h"
#include "IndexOutOfRangeException.h"
#include "InvalidOperationException.h"
#include "IOException.h"
#include "NotImplementedException.h"
#include "NotSupportedException.h"
#include "OverflowException.h"
#include "PathTooLongException.h"
#include "PlatformNotSupportedException.h"
#include "TimeoutException.h"