Made all exceptions public
This commit is contained in:
parent
f0c01d73f9
commit
bfcc4833e1
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user