Initial xentral_oss_20.3.c9ffacf
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Xentral\Modules\AmazonVendorDF\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
class MissingInformationException extends Exception
|
||||
{
|
||||
public static function property(string $property)
|
||||
{
|
||||
return new static("\"{$property}\" is not set!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user