MissingApiCredentialsException.php in Facebook Instant Articles 8.2
Same filename and directory in other branches
Namespace
Drupal\fb_instant_articlesFile
src/MissingApiCredentialsException.phpView source
<?php
namespace Drupal\fb_instant_articles;
/**
* API client is attempted to be used before it's been configured.
*/
class MissingApiCredentialsException extends \Exception {
}
Classes
Name | Description |
---|---|
MissingApiCredentialsException | API client is attempted to be used before it's been configured. |