reduce warnings due to core.runtime deprecations
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / adapters / FeatureNotSupported.java
1 package com.quantum.adapters;
2
3 public class FeatureNotSupported extends Error {
4     public FeatureNotSupported(String error) {
5         super(error);
6     }
7 }