You are here

class MissingApiCredentialsException in Facebook Instant Articles 3.x

Same name and namespace in other branches
  1. 8.2 src/MissingApiCredentialsException.php \Drupal\fb_instant_articles\MissingApiCredentialsException

API client is attempted to be used before it's been configured.

Hierarchy

Expanded class hierarchy of MissingApiCredentialsException

1 file declares its use of MissingApiCredentialsException
fb_instant_articles_api.module in modules/fb_instant_articles_api/fb_instant_articles_api.module
Hook implementations.

File

src/MissingApiCredentialsException.php, line 8

Namespace

Drupal\fb_instant_articles
View source
class MissingApiCredentialsException extends \Exception {

}

Members