You are here

MissingApiCredentialsException.php in Facebook Instant Articles 3.x

Same filename and directory in other branches
  1. 8.2 src/MissingApiCredentialsException.php

File

src/MissingApiCredentialsException.php
View source
<?php

namespace Drupal\fb_instant_articles;


/**
 * API client is attempted to be used before it's been configured.
 */
class MissingApiCredentialsException extends \Exception {

}

Classes

Namesort descending Description
MissingApiCredentialsException API client is attempted to be used before it's been configured.