Removed redundant 'Bloom' namespace from entire codebase
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "DeviceFailure.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class DeviceCommunicationFailure: public DeviceFailure
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class DeviceFailure: public Exception
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "DeviceFailure.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class DeviceInitializationFailure: public DeviceFailure
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class DeviceNotFound: public Exception
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "src/Exceptions/Exception.hpp"
|
||||
|
||||
namespace Bloom::Exceptions
|
||||
namespace Exceptions
|
||||
{
|
||||
class TargetOperationFailure: public Exception
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user