Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
ApiNotFoundException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace Flow\Import\LiquidThreadsApi;
4
5use Flow\Import\ImportException;
6
7/**
8 * Thrown when the liquidthreads api reports that a
9 * requested page or revision does not exist.
10 */
11class ApiNotFoundException extends ImportException {
12}