Initial commit
This commit is contained in:
12
src/Exceptions/DebugServerInterrupted.hpp
Normal file
12
src/Exceptions/DebugServerInterrupted.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Exception.hpp"
|
||||
namespace Bloom::Exceptions
|
||||
{
|
||||
class DebugServerInterrupted: public Exception
|
||||
{
|
||||
public:
|
||||
explicit DebugServerInterrupted() = default;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user