name: FileLoader
class_comment: null
dependencies:
- name: MappingException
  type: class
  source: Symfony\Component\Serializer\Exception\MappingException
properties: []
methods:
- name: __construct
  visibility: public
  parameters:
  - name: file
  comment: "# * Base class for all file based loaders.\n# *\n# * @author K\xE9vin\
    \ Dunglas <dunglas@gmail.com>\n# */\n# abstract class FileLoader implements LoaderInterface\n\
    # {\n# /**\n# * @param string $file The mapping file to load\n# *\n# * @throws\
    \ MappingException if the mapping file does not exist or is not readable"
traits:
- Symfony\Component\Serializer\Exception\MappingException
interfaces:
- LoaderInterface