whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
laravel
/
cashier
/
src
/
Exceptions
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/laravel/cashier/src/Exceptions/InvalidCustomer.php
<?php namespace Laravel\Cashier\Exceptions; use Exception; class InvalidCustomer extends Exception { /** * Create a new InvalidCustomer instance. * * @param \Illuminate\Database\Eloquent\Model $owner * @return static */ public static function notYetCreated($owner) { return new static(class_basename($owner).' is not a Stripe customer yet. See the createAsStripeCustomer method.'); } }
Copyright ©2021 || Defacer Indonesia