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 namespace YoutubeBot._5sim.Exceptions
{ {
[Serializable] [Serializable]
class HostingOrderException : Exception public class HostingOrderException : Exception
{ {
public HostingOrderException() public HostingOrderException()
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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