Made all exceptions public

This commit is contained in:
Railz 2020-02-25 11:15:08 +01:00
parent f0c01d73f9
commit bfcc4833e1
8 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class HostingOrderException : Exception
public class HostingOrderException : Exception
{
public HostingOrderException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class NoFreePhonesException : Exception
public class NoFreePhonesException : Exception
{
public NoFreePhonesException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class NotEnoughProductQuantityException : Exception
public class NotEnoughProductQuantityException : Exception
{
public NotEnoughProductQuantityException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class NotEnoughRatingException : Exception
public class NotEnoughRatingException : Exception
{
public NotEnoughRatingException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class NotEnoughUserBalanceException : Exception
public class NotEnoughUserBalanceException : Exception
{
public NotEnoughUserBalanceException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class OrderExpiredException : Exception
public class OrderExpiredException : Exception
{
public OrderExpiredException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class OrderHasSmsException : Exception
public class OrderHasSmsException : Exception
{
public OrderHasSmsException()
{

View File

@ -5,7 +5,7 @@ using System.Text;
namespace YoutubeBot._5sim.Exceptions
{
[Serializable]
class OrderNotFoundException : Exception
public class OrderNotFoundException : Exception
{
public OrderNotFoundException()
{