first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\service\pharmacy;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/** The pharmacy explicitly confirmed that no remote order was created. */
|
||||
final class PharmacyRemoteRejectedException extends RuntimeException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user