Skip to content

Commit

Permalink
Corrected namespace for predefined errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
tacosontitan committed Jul 26, 2024
1 parent 2715c39 commit bc20a8c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/BulkQueriesNotSupported.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/Forbidden.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/ForecastDaysNotSupported.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/HistoricalQueriesNotSupported.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/HistoricalTimeFrameTooLong.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidForecastDays.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidHistoricalDate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidHistoricalTimeFrame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidInterval.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/InvalidUnit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/MissingHistoricalDate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/MissingQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down
2 changes: 1 addition & 1 deletion src/Weatherstack/Errors/RequestFailed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The folder containing this file is not intended to be a part of the
namespace, it is purely for organizational purposes.
*/

namespace Weatherstack.Errors;
namespace Weatherstack;

public static partial class Errors
{
Expand Down

0 comments on commit bc20a8c

Please sign in to comment.