mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
Turn On ImplicitUsings
(#2079)
* Turn on ImplicitUsings * Fix formatting * Run linter
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||
using Microsoft.AspNetCore.Mvc.ModelBinding;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
|
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class GatewayException : Exception
|
||||
{
|
||||
|
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class InvalidEmailException : Exception
|
||||
{
|
||||
|
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class InvalidGatewayCustomerIdException : Exception
|
||||
{
|
||||
|
@ -1,6 +1,4 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Exceptions
|
||||
namespace Bit.Core.Exceptions
|
||||
{
|
||||
public class NotFoundException : Exception { }
|
||||
}
|
||||
|
Reference in New Issue
Block a user